mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
Missing php7.2-zip on Ubuntu 18.04.1
added a repo: de.archive.ubuntu.com/ubuntu
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user