Skip to content

Commit 122f0e1

Browse files
authored
Merge pull request #641 from danny6167/mariadb-repo
2 parents 31d3cec + 0c5b638 commit 122f0e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

community/installation-guides/panel/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr
2323
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
2424

2525
# MariaDB repo setup script
26-
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
26+
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
2727

2828
# Install Dependencies
2929
apt install -y php8.3 php8.3-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip} mariadb-server nginx tar unzip git redis-server

panel/0.7/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ apt -y install software-properties-common curl
6161
# Add additional repositories for PHP, Redis, and MariaDB
6262
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
6363
add-apt-repository -y ppa:chris-lea/redis-server
64-
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
64+
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
6565

6666
# Update repositories list
6767
apt update

panel/1.0/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr
6262
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
6363

6464
# MariaDB repo setup script (Ubuntu 20.04)
65-
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
65+
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
6666

6767
# Update repositories list
6868
apt update

0 commit comments

Comments
 (0)