mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 22:04:39 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/wickrpro.sh
Normal file
9
fragments/labels/wickrpro.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
wickrpro)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="WickrPro"
|
||||
type="dmg"
|
||||
downloadURL=$( curl -fs https://me-download.wickr.com/api/download/pro/download/mac | tr '"' '
|
||||
' | grep -e '^https://' )
|
||||
appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="W8RC3R952A"
|
||||
;;
|
||||
Reference in New Issue
Block a user