add-apt-repository -y ppa:ondrej/php
This commit is contained in:
rieger::CLOUD
2019-01-08 18:01:12 +01:00
committed by GitHub
parent 1b405991ab
commit e76095ce6a

View File

@@ -78,6 +78,7 @@ deb [arch=amd64] http://ftp.hosteurope.de/mirror/mariadb.org/repo/10.3/ubuntu bi
EOF EOF
wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
add-apt-repository -y ppa:ondrej/php
update_and_clean update_and_clean
apt install software-properties-common zip unzip screen curl git wget ffmpeg libfile-fcntllock-perl -y apt install software-properties-common zip unzip screen curl git wget ffmpeg libfile-fcntllock-perl -y
apt remove nginx nginx-common nginx-full -y --allow-change-held-packages apt remove nginx nginx-common nginx-full -y --allow-change-held-packages