Update 'installer.sh'

This commit is contained in:
bprieshof
2019-09-05 12:53:16 +02:00
parent dc56307ddd
commit 12818e52a4

View File

@@ -182,6 +182,7 @@ done
phpver=7.3
sqlver=8.0 #or 5.7
cockpit=1
PHPMyadmin=1
##----------------##
# Pre-Config #
@@ -243,7 +244,7 @@ apt install fail2ban -y
if [ $newsql = 1 ]; then
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh
source Mysql-Installer.sh
fi