mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
label fixes
This commit is contained in:
@@ -2,6 +2,7 @@ applesfsymbols|\
|
|||||||
sfsymbols)
|
sfsymbols)
|
||||||
name="SF Symbols"
|
name="SF Symbols"
|
||||||
type="pkgInDmg"
|
type="pkgInDmg"
|
||||||
downloadURL="https://developer.apple.com/design/downloads/SF-Symbols.dmg"
|
downloadURL=$( curl -fs "https://developer.apple.com/sf-symbols/" | grep -oe "https.*\.dmg" | head -1 )
|
||||||
|
appNewVersion=$( echo "$downloadURL" | head -1 | sed -E 's/.*SF-Symbols-([0-9.]*)\..*/\1/g')
|
||||||
expectedTeamID="Software Update"
|
expectedTeamID="Software Update"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
camostudio)
|
camostudio)
|
||||||
# credit: Søren Theilgaard (@theilgaard)
|
|
||||||
name="Camo Studio"
|
name="Camo Studio"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL="https://reincubate.com/res/labs/camo/camo-macos-latest.zip"
|
downloadURL="https://reincubate.com/res/labs/camo/camo-macos-latest.zip"
|
||||||
appNewVersion=$(curl -s -L https://reincubate.com/support/camo/release-notes/ | grep -m2 "has-m-t-0" | head -1 | cut -d ">" -f2 | cut -d " " -f1)
|
#appNewVersion=$(curl -s -L https://reincubate.com/support/camo/release-notes/ | grep -m2 "has-m-t-0" | head -1 | cut -d ">" -f2 | cut -d " " -f1)
|
||||||
|
appNewVersion=$( curl -fs "https://uds.reincubate.com/release-notes/camo/" | head -1 | cut -d "," -f3 | grep -o -e "[0-9.]*" )
|
||||||
|
# Camo Studio will ask for admin permissions to install som plug-ins. that has not been handled.
|
||||||
expectedTeamID="Q248YREB53"
|
expectedTeamID="Q248YREB53"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user