mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-25 05:04:15 +00:00
add missing ;;
This commit is contained in:
@@ -470,9 +470,10 @@ case $label in
|
|||||||
umbrellaroamingclient)
|
umbrellaroamingclient)
|
||||||
name="Umbrella Roaming Client"
|
name="Umbrella Roaming Client"
|
||||||
type="pkgInZip"
|
type="pkgInZip"
|
||||||
downloadURL="https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )"
|
downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
|
||||||
expectedTeamID="7P7HQ8H646"
|
expectedTeamID="7P7HQ8H646"
|
||||||
|
;;
|
||||||
|
|
||||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# packages)
|
# packages)
|
||||||
# name="Packages"
|
# name="Packages"
|
||||||
|
|||||||
Reference in New Issue
Block a user