mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Added 'vivaldi'
Added the Vivaldi Browser to Installomator.sh
This commit is contained in:
@@ -2622,6 +2622,14 @@ zulujdk15)
|
||||
|
||||
# MARK: Add new labels after this line (let us sort them in the list)
|
||||
|
||||
vivaldi)
|
||||
# credit: Adrian Bühler (@midni9ht)
|
||||
name="Vivaldi"
|
||||
type="tbz"
|
||||
downloadURL=$(curl --location --fail --silent "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 ',' '\n' | grep sparkle:version | cut -d '"' -f 4)
|
||||
expectedTeamID="4XF3XNRN6Y"
|
||||
;;
|
||||
|
||||
# MARK: add new labels above here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user