Bumped PHPmyAdmin to 5.0.2 changed $repo and $branch to $mrepo & $mbranch

This commit is contained in:
b.waal
2020-04-23 12:49:35 +02:00
parent 9b15bebdad
commit ec750c2f93

View File

@@ -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"