Update 'installer.sh'

This commit is contained in:
b.waal
2019-08-31 21:04:04 +02:00
parent e9ff99c04d
commit 325f4b4387

View File

@@ -175,7 +175,7 @@ systemctl restart nginx
# MySQL Installation # # 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 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 # # MySQL_Secure_Installation #
@@ -318,7 +318,7 @@ chown vmail:vmail /etc/dovecot/sieve/ -R
# Rainloop # # Rainloop #
##--------------## ##--------------##
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/$branch/rainloop.sh -O /tmp/rainloop.sh 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 # # Enabling Services #