Update nextcloud_v2.sh

This commit is contained in:
Ferexio 2022-03-02 18:33:26 +00:00
parent 830477b581
commit 0524d17e07

View file

@ -38,7 +38,7 @@ fi
nextcloud_link=$(curl https://nextcloud.com/install/\#instructions-server \
| grep -Eo 'https://.+\/releases\/.+\.tar\.bz2"' | sed 's/"//g')
apt install -y apache2 libapache2-mod-fcgid php$php_version-fpm php$php_version-memcached php$php_version-memcache memcached libmemcached-tools openssl wget php$php_version-imagick php$php_version-xml php$php_version-intl php$php_version-dom php$php_version-mysqli php$php_version-sqlite3 php$php_version-gd php$php_version-mbstring php$php_version-common php$php_version-curl php$php_version-gd php$php_version-imap php$php_version-intl php$php_version-mbstring php$php_version-mysql php$php_version-ssh2 php$php_version-xml php$php_version-zip php$php_version-apcu php$php_version-ldap php$php_version-gmp php$php-version-bcmath libmagickcore-6.q16-6-extra
apt install -y apache2 libapache2-mod-fcgid php$php_version-fpm php$php_version-memcached php$php_version-memcache memcached libmemcached-tools openssl wget php$php_version-imagick php$php_version-xml php$php_version-intl php$php_version-dom php$php_version-mysqli php$php_version-sqlite3 php$php_version-gd php$php_version-mbstring php$php_version-common php$php_version-curl php$php_version-gd php$php_version-imap php$php_version-intl php$php_version-mbstring php$php_version-mysql php$php_version-ssh2 php$php_version-xml php$php_version-zip php$php_version-apcu php$php_version-ldap php$php_version-gmp php$php_version-bcmath libmagickcore-6.q16-6-extra
a2enmod dir env headers mime rewrite setenvif ssl
a2dismod mpm_prefork
a2enmod mpm_event proxy proxy_fcgi