From 778b4697fcef9d66845d410ec254f5dc5fa42142 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Fri, 29 May 2020 16:12:45 +0200 Subject: [PATCH] add missing ;; --- Installomator.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 3b9671f..69b28bc 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -470,9 +470,10 @@ case $label in umbrellaroamingclient) name="Umbrella Roaming Client" 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" - + ;; + # Note: Packages is signed but _not_ notarized, so spctl will reject it # packages) # name="Packages"