set new container registry, point installer to branch

This commit is contained in:
t3chn0m4g3
2020-09-04 13:29:14 +00:00
parent 2e5639a50b
commit 1ee9c29805
16 changed files with 157 additions and 157 deletions

View File

@ -63,7 +63,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/master | grep update.sh)
myRESULT=$(git diff --name-only origin/ghcr | grep update.sh)
if [ "$myRESULT" == "update.sh" ];
then
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"