Extra package
This commit is contained in:
parent
00fa4ac4d3
commit
e747a001cc
|
@ -328,7 +328,7 @@ function install_friendica {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
|
||||
apt-get -yq install php-dev imagemagick php-imagick
|
||||
apt-get -yq install php-dev imagemagick php-imagick libfcgi0ldbl
|
||||
apt-get -yq install php-memcached
|
||||
|
||||
if [ ! -d /var/www/$FRIENDICA_DOMAIN_NAME ]; then
|
||||
|
|
|
@ -538,7 +538,7 @@ function install_gnusocial_main {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||
apt-get -yq install php-memcached php-intl exiftool
|
||||
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
||||
|
||||
if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
|
||||
mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME
|
||||
|
|
|
@ -591,7 +591,7 @@ function install_htmly {
|
|||
fi
|
||||
|
||||
# for the avatar changing command
|
||||
apt-get -yq install imagemagick
|
||||
apt-get -yq install imagemagick libfcgi0ldbl
|
||||
|
||||
function_check install_htmly_from_repo
|
||||
install_htmly_from_repo
|
||||
|
|
|
@ -319,7 +319,7 @@ function install_hubzilla {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
|
||||
apt-get -yq install php-dev imagemagick php-imagick
|
||||
apt-get -yq install php-dev imagemagick php-imagick libfcgi0ldbl
|
||||
apt-get -yq install php-memcached
|
||||
|
||||
if [ ! -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then
|
||||
|
|
|
@ -480,7 +480,7 @@ function install_koel_main {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||
apt-get -yq install php-memcached php-intl exiftool
|
||||
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
||||
|
||||
if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
|
||||
mkdir /var/www/$KOEL_DOMAIN_NAME
|
||||
|
|
|
@ -381,7 +381,7 @@ function install_lychee {
|
|||
fi
|
||||
|
||||
# for the avatar changing command
|
||||
apt-get -yq install imagemagick exif zip php-mcrypt mcrypt
|
||||
apt-get -yq install imagemagick exif zip php-mcrypt mcrypt libfcgi0ldbl
|
||||
|
||||
function_check install_lychee_from_repo
|
||||
install_lychee_from_repo
|
||||
|
|
|
@ -320,7 +320,7 @@ function install_movim {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||
apt-get -yq install php-memcached php-intl exiftool php-imagick
|
||||
apt-get -yq install php-memcached php-intl exiftool php-imagick libfcgi0ldbl
|
||||
|
||||
if [ ! -d /var/www/$MOVIM_DOMAIN_NAME ]; then
|
||||
mkdir /var/www/$MOVIM_DOMAIN_NAME
|
||||
|
|
|
@ -390,7 +390,7 @@ function install_nextcloud_main {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||
apt-get -yq install php-memcached php-intl memcached php-memcached
|
||||
apt-get -yq install php-memcached php-intl memcached php-memcached libfcgi0ldbl
|
||||
|
||||
# Ensure PATH is available to php
|
||||
if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
|
||||
|
|
|
@ -541,7 +541,7 @@ function install_postactiv_main {
|
|||
repair_databases_script
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||
apt-get -yq install php-memcached php-intl exiftool
|
||||
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
|
||||
|
||||
if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
|
||||
mkdir /var/www/$POSTACTIV_DOMAIN_NAME
|
||||
|
|
|
@ -295,7 +295,7 @@ function install_rss_main {
|
|||
remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
|
||||
|
||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git
|
||||
apt-get -yq install curl php-mcrypt
|
||||
apt-get -yq install curl php-mcrypt libfcgi0ldbl
|
||||
|
||||
if [ ! -d /etc/share ]; then
|
||||
mkdir /etc/share
|
||||
|
|
Loading…
Reference in New Issue