memcached for nextcloud

This commit is contained in:
Bob Mottram 2017-03-14 23:00:26 +00:00
parent 3cd29d8b33
commit a9b02b93b5
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ function install_nextcloud_main {
repair_databases_script
apt-get -yq install php-gettext php5-curl php5-gd php5-mysql git curl php-xml-parser
apt-get -yq install php5-memcached php5-intl
apt-get -yq install php5-memcached php5-intl memcached php5-memcached
if [ ! -d /var/www/$NEXTCLOUD_DOMAIN_NAME ]; then
mkdir /var/www/$NEXTCLOUD_DOMAIN_NAME