mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add 24.04 version tag
This commit is contained in:
@ -61,7 +61,7 @@ function fuSELFUPDATE () {
|
||||
return
|
||||
fi
|
||||
### DEV
|
||||
myRESULT=$(git diff --name-only origin/alpha | grep "^update.sh")
|
||||
myRESULT=$(git diff --name-only origin/24.04 | grep "^update.sh")
|
||||
if [ "$myRESULT" == "update.sh" ];
|
||||
then
|
||||
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"
|
||||
|
Reference in New Issue
Block a user