Merge pull request #6 from Bl4ckSpr4y/patch-1

Add -y to the php repo cmd
This commit is contained in:
Jakob 2018-07-26 23:25:19 +02:00 committed by GitHub
commit f351a92e42
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