|
@@ -39,7 +39,7 @@ KOEL_CODE=
|
39
|
39
|
KOEL_ONION_PORT=8118
|
40
|
40
|
KOEL_PORT=9002
|
41
|
41
|
KOEL_REPO="https://github.com/phanan/koel"
|
42
|
|
-KOEL_COMMIT='70464a8977b1058f3bd0a4ec77877fe7894d8d84'
|
|
42
|
+KOEL_COMMIT='70464a'
|
43
|
43
|
KOEL_ADMIN_PASSWORD=
|
44
|
44
|
|
45
|
45
|
koel_variables=(ONION_ONLY
|
|
@@ -480,7 +480,7 @@ function install_koel_main {
|
480
|
480
|
function_check repair_databases_script
|
481
|
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
|
484
|
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
485
|
485
|
|
486
|
486
|
if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
|