Selaa lähdekoodia

Excess memcached

Bob Mottram 8 vuotta sitten
vanhempi
commit
581cb74e71
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/freedombone-app-nextcloud

+ 2
- 2
src/freedombone-app-nextcloud Näytä tiedosto

390
     repair_databases_script
390
     repair_databases_script
391
 
391
 
392
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
392
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
393
-    apt-get -yq install php-memcached php-intl memcached php-memcached
394
-    apt-get -yq install libfcgi0ldbl php-zip
393
+    apt-get -yq install php-intl memcached php-memcached libfcgi0ldbl
394
+    apt-get -yq install php-zip
395
 
395
 
396
     # Ensure PATH is available to php
396
     # Ensure PATH is available to php
397
     if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
397
     if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then