Excess memcached

This commit is contained in:
Bob Mottram 2017-06-04 09:56:08 +01:00
parent 49c89febf1
commit 581cb74e71
1 changed files with 2 additions and 2 deletions

View File

@ -390,8 +390,8 @@ function install_nextcloud_main {
repair_databases_script
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
apt-get -yq install libfcgi0ldbl php-zip
apt-get -yq install php-intl memcached php-memcached libfcgi0ldbl
apt-get -yq install php-zip
# Ensure PATH is available to php
if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then