mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-16 13:21:02 +00:00
10 lines
463 B
Plaintext
10 lines
463 B
Plaintext
vivaldi)
|
|
# credit: Adrian Bühler (@midni9ht)
|
|
name="Vivaldi"
|
|
type="tbz"
|
|
downloadURL=$(curl -fsL "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
|
appNewVersion=$(curl -is "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml" | grep sparkle:version | tr ',' '
|
|
' | grep sparkle:version | cut -d '"' -f 4)
|
|
expectedTeamID="4XF3XNRN6Y"
|
|
;;
|