Fixed inconsistency in vars
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user