Extra php package
This commit is contained in:
parent
de9e9e77c5
commit
295f132cd8
|
@ -39,7 +39,7 @@ KOEL_CODE=
|
||||||
KOEL_ONION_PORT=8118
|
KOEL_ONION_PORT=8118
|
||||||
KOEL_PORT=9002
|
KOEL_PORT=9002
|
||||||
KOEL_REPO="https://github.com/phanan/koel"
|
KOEL_REPO="https://github.com/phanan/koel"
|
||||||
KOEL_COMMIT='70464a8977b1058f3bd0a4ec77877fe7894d8d84'
|
KOEL_COMMIT='70464a'
|
||||||
KOEL_ADMIN_PASSWORD=
|
KOEL_ADMIN_PASSWORD=
|
||||||
|
|
||||||
koel_variables=(ONION_ONLY
|
koel_variables=(ONION_ONLY
|
||||||
|
@ -480,7 +480,7 @@ function install_koel_main {
|
||||||
function_check repair_databases_script
|
function_check repair_databases_script
|
||||||
repair_databases_script
|
repair_databases_script
|
||||||
|
|
||||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl php-zip
|
||||||
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
||||||
|
|
||||||
if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
|
if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
|
||||||
|
|
Loading…
Reference in New Issue