mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
postman)
|
|
# credit: Mischa van der Bent
|
|
name="Postman"
|
|
type="zip"
|
|
downloadURL="https://dl.pstmn.io/download/latest/osx"
|
|
appNewVersion=$(curl -Ifs https://dl.pstmn.io/download/latest/osx | grep "content-disposition:" | sed -n -e 's/^.*Postman-osx-//p' | sed 's/\.zip//' | sed $'s/[^[:print:] ]//g' )
|
|
expectedTeamID="H7H8Q7M5CK"
|
|
;;
|