瀏覽代碼

Extra php package

Bob Mottram 8 年之前
父節點
當前提交
295f132cd8
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/freedombone-app-koel

+ 2
- 2
src/freedombone-app-koel 查看文件

39
 KOEL_ONION_PORT=8118
39
 KOEL_ONION_PORT=8118
40
 KOEL_PORT=9002
40
 KOEL_PORT=9002
41
 KOEL_REPO="https://github.com/phanan/koel"
41
 KOEL_REPO="https://github.com/phanan/koel"
42
-KOEL_COMMIT='70464a8977b1058f3bd0a4ec77877fe7894d8d84'
42
+KOEL_COMMIT='70464a'
43
 KOEL_ADMIN_PASSWORD=
43
 KOEL_ADMIN_PASSWORD=
44
 
44
 
45
 koel_variables=(ONION_ONLY
45
 koel_variables=(ONION_ONLY
480
     function_check repair_databases_script
480
     function_check repair_databases_script
481
     repair_databases_script
481
     repair_databases_script
482
 
482
 
483
-    apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
483
+    apt-get -yq install php-gettext php-curl php-gd php-mysql git curl php-zip
484
     apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
484
     apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
485
 
485
 
486
     if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
486
     if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then