diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 6a2982b..39258bc 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -315,6 +315,12 @@ require_once(ABSPATH . 'wp-settings.php'); EOF fi + +if [ $nextcloud = 1 ]; then +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nextcloud-config.sh -O nextcloud-config.sh +source nextcloud-config.sh +fi + ##-----------------## # Opcache GUI # ##-----------------##