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