diff --git a/installer.sh b/installer.sh index c256100..c5271be 100644 --- a/installer.sh +++ b/installer.sh @@ -244,7 +244,7 @@ apt install fail2ban -y if [ $newsql = 1 ]; then - wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh + wget https://git.ictmaatwerk.com/VPS-scripts/MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh source Mysql-Installer.sh fi