mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-18 14:23:09 +01:00
finished updating labels
This commit is contained in:
8
fragments/labels/evernote.sh
Normal file
8
fragments/labels/evernote.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
evernote)
|
||||
name="Evernote"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15)" "https://evernote.com/download" | grep -i ".dmg" | cut -d '"' -f2)
|
||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-.*/\1/g' )
|
||||
expectedTeamID="Q79WDW8YH9"
|
||||
appName="Evernote.app"
|
||||
;;
|
||||
Reference in New Issue
Block a user