From ec750c2f93bf582bf9a7eb420782923c3732677d Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 23 Apr 2020 12:49:35 +0200 Subject: [PATCH] Bumped PHPmyAdmin to 5.0.2 changed $repo and $branch to $mrepo & $mbranch --- MySQL-ModInst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MySQL-ModInst.sh b/MySQL-ModInst.sh index 5ab6fd9..1d1a484 100644 --- a/MySQL-ModInst.sh +++ b/MySQL-ModInst.sh @@ -9,7 +9,7 @@ #MySQL module specific Var PHPMyadmin=1 -phpmyadminver="4.9.2" +phpmyadminver="5.0.2" #SMI specific Vars SMI_config=no @@ -27,7 +27,7 @@ repo=https://git.ictmaatwerk.com/VPS-scripts/MySQL branch=master ###Select Module type -mtype=""$repo"/raw/branch/"$branch"" +mtype=""$mrepo"/raw/branch/"$mbranch"" #SelfBuilding Vars PKGI="${PKGM} install -y"