Update references to new git location

This commit is contained in:
2023-07-02 20:21:31 +02:00
parent d55a703e57
commit 35415d20c8
5 changed files with 15 additions and 15 deletions

View File

@@ -60,8 +60,8 @@ unset dist_ver dist APTMODE
#Repo Vars
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
mbranch=master
mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_MySQL
mbranch=main
###Select Module type
mtype=""$mrepo"/raw/branch/"$mbranch""
@@ -86,7 +86,7 @@ echo "$1"
msg "Starting installer." 8 78
$PKGI curl > $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
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1