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

@@ -1,5 +1,5 @@
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
mbranch=master
mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_MySQL
mbranch=main
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi
if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then
@@ -13,7 +13,7 @@ if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist
if [ -z ${CurDebFrond+x} ]; then unset DEBIAN_FRONTEND ; else export DEBIAN_FRONTEND=$CurDebFrond; fi #Restore DEBIAN_FRONTEND
fi
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=mysql osrel=$shortdist bash
curl --retry 7 --retry-delay 5 -s https://git.bprieshof.nl/Work/PKGRepoSetup/raw/branch/Main/Setup-Repo.sh |repo=mysql osrel=$shortdist bash
unset mrepo
unset mbranch