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