From 9984fe1e8b7b9145942eec0509338fc7312492af Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 21:30:27 +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 dd689bf..b96cb34 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/alpha/mysql-8.0.sh -O /tmp/mysql-8.0.sh +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$branch"/mysql-8.0.sh -O /tmp/mysql-8.0.sh source /tmp/mysql-8.0.sh ##------------------------------##