Update references to new git location

This commit is contained in:
2023-07-02 20:27:33 +02:00
parent 5eec22b733
commit 2278a90007
3 changed files with 6 additions and 6 deletions

View File

@@ -64,8 +64,8 @@ unset dist_ver dist APTMODE
#Repo Vars #Repo Vars
repo=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Backup-Util
branch=master branch=main
branchtype=branch branchtype=branch
###Select Module type ###Select Module type
@@ -116,7 +116,7 @@ fi
##--------------------## ##--------------------##
msg " Preconfiguring" 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 $PKGUC
$PKGUP $PKGUP

View File

@@ -1,5 +1,5 @@
mrepo=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util repo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Backup-Util
mbranch=master branch=main
############ ############
# lftp # # lftp #

View File

@@ -3,7 +3,7 @@
######################### #########################
wp cli update 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 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 plugin update --all
sudo -u SITEname wp --path=/var/www/DOMAINname/html core update sudo -u SITEname wp --path=/var/www/DOMAINname/html core update
echo [Ok] echo [Ok]