mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 06:13:12 +01:00
Merge pull request #141 from midni9ht/midni9ht-add-vivaldi
Added 'vivaldi'
This commit is contained in:
@@ -2445,6 +2445,14 @@ viscosity)
|
|||||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z.\-]*%20([0-9.]*)\..*/\1/g' )
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z.\-]*%20([0-9.]*)\..*/\1/g' )
|
||||||
expectedTeamID="34XR7GXFPX"
|
expectedTeamID="34XR7GXFPX"
|
||||||
;;
|
;;
|
||||||
|
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 ',' '\n' | grep sparkle:version | cut -d '"' -f 4)
|
||||||
|
expectedTeamID="4XF3XNRN6Y"
|
||||||
|
;;
|
||||||
vlc)
|
vlc)
|
||||||
name="VLC"
|
name="VLC"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
|
|||||||
@@ -235,6 +235,7 @@ veracrypt
|
|||||||
virtualbox
|
virtualbox
|
||||||
viscosity
|
viscosity
|
||||||
visualstudiocode
|
visualstudiocode
|
||||||
|
vivaldi
|
||||||
vlc
|
vlc
|
||||||
vmwarehorizonclient
|
vmwarehorizonclient
|
||||||
vscodium
|
vscodium
|
||||||
|
|||||||
Reference in New Issue
Block a user