From 2278a90007fe013f68cc34bdf41ef1406d9d09ab Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 2 Jul 2023 20:27:33 +0200 Subject: [PATCH] Update references to new git location --- Backup-Util-ModInst.sh | 6 +++--- conf.sh | 4 ++-- config/Motd/wp-backup-Init.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Backup-Util-ModInst.sh b/Backup-Util-ModInst.sh index 8594632..81b5296 100644 --- a/Backup-Util-ModInst.sh +++ b/Backup-Util-ModInst.sh @@ -64,8 +64,8 @@ unset dist_ver dist APTMODE #Repo Vars -repo=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util -branch=master +repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Backup-Util +branch=main branchtype=branch ###Select Module type @@ -116,7 +116,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 $PKGUC $PKGUP diff --git a/conf.sh b/conf.sh index 13e2c5e..ca9d594 100644 --- a/conf.sh +++ b/conf.sh @@ -1,5 +1,5 @@ -mrepo=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util -mbranch=master +repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Backup-Util +branch=main ############ # lftp # diff --git a/config/Motd/wp-backup-Init.sh b/config/Motd/wp-backup-Init.sh index dcd384a..d536bb0 100644 --- a/config/Motd/wp-backup-Init.sh +++ b/config/Motd/wp-backup-Init.sh @@ -3,7 +3,7 @@ ######################### wp cli update sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install all-in-one-wp-migration --activate - sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://git.ictmaatwerk.com/downloads/wp/migrate.zip --activate + #sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://mirror.lan/downloads/wp/migrate.zip --activate sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin update --all sudo -u SITEname wp --path=/var/www/DOMAINname/html core update echo [Ok]