added rpo script

This commit is contained in:
2020-09-23 12:04:08 +02:00
parent 51692b26fb
commit f2614d9b5a
2 changed files with 5 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ repo=https://git.bprieshof.nl/Work/MySQL-DEV
branch=master
###Select Module type
mtype=""$mrepo"/raw/branch/"$mbranch""
mtype=""$repo"/raw/branch/"$branch""
#SelfBuilding Vars
PKGI="${PKGM} install -y"
@@ -87,9 +87,9 @@ fi
##--------------------------##
msg "Starting installer." 8 78
$PKGM update > $OUTPUT 2>&1
$PKGI curl > $OUTPUT 2>&1
$PKGM update -y > $OUTPUT 2>&1
$PKGI curl -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
##-------------------------##
# Generating APT list #