浏览代码

Nextcloud needs zip

Bob Mottram 8 年前
父节点
当前提交
49c89febf1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone-app-nextcloud

+ 2
- 1
src/freedombone-app-nextcloud 查看文件

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