diff --git a/installer.sh b/installer.sh index a913b24..51556e6 100644 --- a/installer.sh +++ b/installer.sh @@ -175,7 +175,7 @@ systemctl restart nginx # MySQL Installation # ##-----------------------## wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/alpha/mysql-8.0.sh -O /tmp/mysql-8.0.sh -bash /tmp/mysql-8.0.sh +source /tmp/mysql-8.0.sh ##------------------------------## # MySQL_Secure_Installation # @@ -318,7 +318,7 @@ chown vmail:vmail /etc/dovecot/sieve/ -R # Rainloop # ##--------------## wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/$branch/rainloop.sh -O /tmp/rainloop.sh -bash /tmp/rainloop.sh +source /tmp/rainloop.sh ##-----------------------## # Enabling Services #