finished updating labels

This commit is contained in:
Armin Briegel
2021-08-16 16:55:28 +02:00
parent 97e8c160d2
commit 2e72b05df1
142 changed files with 460 additions and 190 deletions

View File

@@ -1,8 +1,7 @@
knockknock)
name="KnockKnock"
type="zip"
downloadURL=$( curl -fs "https://objective-see.com/products/knockknock.html" | grep https | grep "$type" | head -1 | tr '"' "
" | grep "^http" )
downloadURL=$( curl -fs "https://objective-see.com/products/knockknock.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" )
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
expectedTeamID="VBG97UB4TA"
;;