Nextcloud needs zip
This commit is contained in:
parent
c1ec8d9c36
commit
49c89febf1
|
@ -390,7 +390,8 @@ function install_nextcloud_main {
|
||||||
repair_databases_script
|
repair_databases_script
|
||||||
|
|
||||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||||
apt-get -yq install php-memcached php-intl memcached php-memcached libfcgi0ldbl
|
apt-get -yq install php-memcached php-intl memcached php-memcached
|
||||||
|
apt-get -yq install libfcgi0ldbl php-zip
|
||||||
|
|
||||||
# Ensure PATH is available to php
|
# Ensure PATH is available to php
|
||||||
if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
|
if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
|
||||||
|
|
Loading…
Reference in New Issue