Update references to new git location
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
4
conf.sh
4
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 #
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user