From d4c74c659017f5373107c760063124945da84b65 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 10 Sep 2019 09:20:44 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##------------------------------##