mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-23 13:14:13 +00:00
Now available on GitHub
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
knockknock)
|
knockknock)
|
||||||
name="KnockKnock"
|
name="KnockKnock"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL=$( curl -fs "https://objective-see.com/products/knockknock.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" )
|
downloadURL="$(downloadURLFromGit objective-see KnockKnock)"
|
||||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
|
appNewVersion="$(versionFromGit objective-see KnockKnock)"
|
||||||
expectedTeamID="VBG97UB4TA"
|
expectedTeamID="VBG97UB4TA"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user