Missing php7.2-zip on Ubuntu 18.04.1

added a repo: de.archive.ubuntu.com/ubuntu
This commit is contained in:
rieger::CLOUD
2018-07-27 18:24:37 +02:00
committed by GitHub
parent ae766c1a8f
commit a4ce890c2c

View File

@@ -118,7 +118,7 @@ chown -R www-data:root /usr/local/tmp/sessions /usr/local/tmp/cache /usr/local/t
### prepare the environment for PHP ### prepare the environment for PHP
if [ ! -f /etc/apt/sources.list.d/php.list ]; then if [ ! -f /etc/apt/sources.list.d/php.list ]; then
cat <<EOF > /etc/apt/sources.list.d/php.list cat <<EOF > /etc/apt/sources.list.d/php.list
deb http://cz.archive.ubuntu.com/ubuntu bionic main universe deb http://de.archive.ubuntu.com/ubuntu bionic main universe
EOF EOF
apt update apt update
fi fi