mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-14 14:23:12 +01:00
wickrme and wickrpro moved to disabled
This commit is contained in:
9
fragments/disabled/wickrme.sh
Normal file
9
fragments/disabled/wickrme.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
wickrme)
|
||||
# Label not working, haven't found a solution
|
||||
name="WickrMe"
|
||||
printlog "Label for $name broken in test" WARN
|
||||
type="dmg"
|
||||
downloadURL=$( curl -fs https://me-download.wickr.com/api/download/me/download/mac | tr '"' '\n' | grep -e '^https://' )
|
||||
appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="W8RC3R952A"
|
||||
;;
|
||||
9
fragments/disabled/wickrpro.sh
Normal file
9
fragments/disabled/wickrpro.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
wickrpro)
|
||||
# Label not working, haven't found a solution
|
||||
name="WickrPro"
|
||||
printlog "Label for $name broken in test" WARN
|
||||
type="dmg"
|
||||
downloadURL=$( curl -fs https://me-download.wickr.com/api/download/pro/download/mac | tr '"' '\n' | 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