prep tags for release

This commit is contained in:
t3chn0m4g3
2024-12-11 12:53:50 +01:00
parent a69dbbc4d2
commit 5b0a268e97
8 changed files with 14 additions and 14 deletions

View File

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