From f435fb761d07a81f00b34be8997b445cf726ff85 Mon Sep 17 00:00:00 2001 From: Bl4ckSpr4y Date: Fri, 27 Jul 2018 00:11:12 +0300 Subject: [PATCH] Add -y to the php repo cmd changes LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php to LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php --- panel/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/getting_started.md b/panel/getting_started.md index 0cd312dc..87eee878 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -56,7 +56,7 @@ operating system's package manager to determine the correct packages to install. apt -y install software-properties-common # Add additional repositories for PHP, Redis, and MariaDB -LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php +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