From a3cf1d9674402a2b633c3b3f35ffe5f12757f082 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 5 Sep 2019 12:46:06 +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 8e7124e..285259d 100644 --- a/installer.sh +++ b/installer.sh @@ -174,7 +174,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 ##------------------------------##