mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 06:13:14 +01:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/labels/opera.sh
Normal file
10
fragments/labels/opera.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
opera)
|
||||
name="Opera"
|
||||
type="dmg"
|
||||
downloadURL="https://get.geo.opera.com/ftp/pub/opera/desktop/"$( curl -fs "https://get.geo.opera.com/ftp/pub/opera/desktop/" | grep href | tail -1 | tr '"' '
|
||||
' | grep "/" | head -1 )"mac/Opera_"$( curl -fs "https://get.geo.opera.com/ftp/pub/opera/desktop/" | grep href | tail -1 | tr '"' '
|
||||
' | grep "/" | head -1 | sed -E 's/^([0-9.]*)\//\1/g' )"_Setup.dmg"
|
||||
appNewVersion="$( curl -fs "https://get.geo.opera.com/ftp/pub/opera/desktop/" | grep href | tail -1 | tr '"' '
|
||||
' | grep "/" | head -1 | sed -E 's/^([0-9]*\.[0-9]*).*\//\1/g' )"
|
||||
expectedTeamID="A2P9LX4JPN"
|
||||
;;
|
||||
Reference in New Issue
Block a user