added rpo script
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user