From 0c5b63884b6f80f26228460c729345578a1bead3 Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Wed, 15 Jan 2025 17:01:07 +0800 Subject: [PATCH] Update mariadb repo setup script URL --- community/installation-guides/panel/debian.md | 2 +- panel/0.7/getting_started.md | 2 +- panel/1.0/getting_started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/community/installation-guides/panel/debian.md b/community/installation-guides/panel/debian.md index 1b2880026..7f963c3c7 100644 --- a/community/installation-guides/panel/debian.md +++ b/community/installation-guides/panel/debian.md @@ -23,7 +23,7 @@ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr 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 # MariaDB repo setup script -curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash +curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash # Install Dependencies 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 diff --git a/panel/0.7/getting_started.md b/panel/0.7/getting_started.md index a954179e1..32f46b7e5 100644 --- a/panel/0.7/getting_started.md +++ b/panel/0.7/getting_started.md @@ -61,7 +61,7 @@ apt -y install software-properties-common curl # Add additional repositories for PHP, Redis, and MariaDB LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php add-apt-repository -y ppa:chris-lea/redis-server -curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash +curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash # Update repositories list apt update diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index fa60a4a78..47350a97a 100644 --- a/panel/1.0/getting_started.md +++ b/panel/1.0/getting_started.md @@ -62,7 +62,7 @@ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr 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 # MariaDB repo setup script (Ubuntu 20.04) -curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash +curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash # Update repositories list apt update