Update 'setup_nextcloud.sh'

This commit is contained in:
dimon 2023-07-17 20:05:39 +00:00
parent 6cf886a39c
commit 8ced83c5ab

View File

@ -4,6 +4,7 @@ sh /setup_programs.sh
apt install -y apache2 libapache2-mod-php7.4 apt install -y apache2 libapache2-mod-php7.4
apt install -y php7.4-gd php7.4-curl php7.4-mbstring php7.4-intl apt install -y php7.4-gd php7.4-curl php7.4-mbstring php7.4-intl
apt install -y php7.4-pgsql apt install -y php7.4-pgsql
apt install -y php-apcu php-memcached
apt install -y php7.4-gmp php7.4-bcmath php-imagick php7.4-xml php7.4-zip apt install -y php7.4-gmp php7.4-bcmath php-imagick php7.4-xml php7.4-zip
# Get Nextcloud # Get Nextcloud