mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 22:04:41 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/vivaldi.sh
Normal file
9
fragments/labels/vivaldi.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user