From 118c3632da357969eaeb8397835c942f3bebaf34 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Thu, 19 Mar 2020 13:50:47 +0100 Subject: [PATCH] updated version and fixed business pro string --- Installomator.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index a839b0f..8800d92 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -7,7 +7,7 @@ # # inspired by the download scripts from William Smith and Sander Schram -VERSION='20200311' +VERSION='20200318' export PATH=/usr/bin:/bin:/usr/sbin:/sbin @@ -240,6 +240,7 @@ case $identifier in type="zip" downloadURL="https://files.nomad.menu/DEPNotify.zip" expectedTeamID="VRPY9KHGX6" + targetDir="/Applications/Utilities" ;; @@ -251,7 +252,7 @@ case $identifier in expectedTeamID="UBF8T346G9" blockingProcesses=( "Microsoft AutoUpdate" "Microsoft Word" "Microsoft PowerPoint" "Microsoft Excel" "Microsoft OneNote" "Microsoft Outlook" "Microsoft OneDrive" ) ;; - microsoftofficeBusinessPro) + microsoftofficebusinesspro) name="MicrosoftOfficeBusinessPro" type="pkg" downloadURL="https://go.microsoft.com/fwlink/?linkid=2009112"