From 12818e52a478dd85a65dc08165f8efb161f20fd1 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 5 Sep 2019 12:53:16 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index e10d11b..c256100 100644 --- a/installer.sh +++ b/installer.sh @@ -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