diff --git a/installer.sh b/installer.sh index eed20c4..485cc05 100644 --- a/installer.sh +++ b/installer.sh @@ -175,7 +175,7 @@ systemctl restart nginx ##-----------------------## # MySQL Installation # ##-----------------------## -wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$branch"/mysql-8.0.sh -O /tmp/mysql-8.0.sh +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-MySQL/raw/branch/master/mysql-8.0.sh -O /tmp/mysql-8.0.sh source /tmp/mysql-8.0.sh ##------------------------------##