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
This commit is contained in:
Bl4ckSpr4y 2018-07-27 00:11:12 +03:00 committed by GitHub
parent adbf434049
commit f435fb761d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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