Fixed inconsistency in vars

This commit is contained in:
2020-09-25 14:22:33 +02:00
parent ba831bd106
commit 05c6bbb37d
3 changed files with 23 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ repo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
branch=master
###Select Module type
mtype=""$mrepo"/raw/branch/"$mbranch""
mtype=""$repo"/raw/branch/"$branch""
#SelfBuilding Vars
PKGI="${PKGM} install -y"
@@ -96,7 +96,7 @@ fi
##--------------------------##
msg "Starting installer." 8 78
$PKGM update -y > $OUTPUT 2>&1
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1
$PKGI curl > $OUTPUT 2>&1