From a2a2e7ce24d41b11dd5dcd0ca8307e930ee1934c Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Tue, 24 May 2022 22:10:48 +0200 Subject: [PATCH] nextcloud update --- setup/nextcloud.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index a90a8ed6..3869a367 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -46,7 +46,7 @@ apt-get purge -qq -y owncloud* # we used to use the package manager apt_install php php-fpm \ php-cli php-sqlite3 php-gd php-imap php-curl php-pear curl \ - php-dev php-gd php-xml php-mbstring php-zip php-apcu php-json \ + php-dev php-xml php-mbstring php-zip php-apcu php-json \ php-intl php-imagick php-gmp php-bcmath # Enable apc is required before installing nextcloud @@ -54,8 +54,6 @@ tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \ apc.enabled=1 \ apc.enable_cli=1 -restart_service php$(php_version)-fpm - InstallNextcloud() { version=$1 @@ -348,8 +346,6 @@ echo ";"; EOF chown www-data.www-data $STORAGE_ROOT/owncloud/config.php -# Need to change config if external_user is version 3.0.0 or higher, above works only on new installs - # Enable/disable apps. Note that this must be done after the Nextcloud setup. # The firstrunwizard gave Josh all sorts of problems, so disabling that. # user_external is what allows Nextcloud to use IMAP for login. The contacts