From d7aefd145836113aad48f7ac6c7b3cef45077eb3 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 2 Jul 2023 20:31:14 +0200 Subject: [PATCH] Update references to new git location --- install-AcmeSH.sh | 4 ++-- preconf.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-AcmeSH.sh b/install-AcmeSH.sh index 76c2932..d22a4f0 100644 --- a/install-AcmeSH.sh +++ b/install-AcmeSH.sh @@ -62,7 +62,7 @@ unset dist_ver dist APTMODE #Repo Vars -repo=https://git.ictmaatwerk.com/VPS-scripts/AcmeSH +repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_AcmeSH branch=main branchtype=branch @@ -110,7 +110,7 @@ fi ##--------------------## msg " Preconfiguring" -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 $PKGM update $PKGM upgrade -y diff --git a/preconf.sh b/preconf.sh index 996dbef..b9b43da 100644 --- a/preconf.sh +++ b/preconf.sh @@ -1,5 +1,5 @@ ###Fetch Config -mrepo=https://git.ictmaatwerk.com/VPS-scripts/AcmeSH +mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_AcmeSH mbranch=main if [ -z ${email+x} ]; then echo 'Error $email is not set' ; fi