mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
knockknock)
|
|
name="KnockKnock"
|
|
type="zip"
|
|
downloadURL=$( curl -fs "https://objective-see.com/products/knockknock.html" | grep https | grep "$type" | head -1 | tr '"' "
|
|
" | grep "^http" )
|
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="VBG97UB4TA"
|
|
;;
|