mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-11 22:05:02 +01:00
new labels after merge
This commit is contained in:
10
fragments/labels/opera.txt
Normal file
10
fragments/labels/opera.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
opera)
|
||||
name="Opera"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fsIL "$(curl -fs "$(curl -fsIL "https://download.opera.com/download/get/?partner=www&opsys=MacOS" | grep -i "^location" | cut -d " " -f2 | tail -1 | tr -d '
|
||||
')" | grep download.opera.com | grep -io "https.*yes" | sed 's/\&/\&/g')" | grep -i "^location" | cut -d " " -f2 | tr -d '
|
||||
')
|
||||
appNewVersion="$(curl -fs "https://get.geo.opera.com/ftp/pub/opera/desktop/" | grep "href=\"\d" | sort -V | tail -1 | tr '"' '
|
||||
' | grep "/" | head -1 | tr -d '/')"
|
||||
versionKey="CFBundleVersion"
|
||||
Reference in New Issue
Block a user