diff --git a/Installomator.sh b/Installomator.sh index 106f3a4..a839b0f 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -235,6 +235,13 @@ case $identifier in downloadURL="https://api.textmate.org/downloads/release?os=10.12" expectedTeamID="45TL96F76G" ;; + depnotify) + name="DEPNotify" + type="zip" + downloadURL="https://files.nomad.menu/DEPNotify.zip" + expectedTeamID="VRPY9KHGX6" + ;; + microsoftoffice365) @@ -244,6 +251,13 @@ case $identifier in expectedTeamID="UBF8T346G9" blockingProcesses=( "Microsoft AutoUpdate" "Microsoft Word" "Microsoft PowerPoint" "Microsoft Excel" "Microsoft OneNote" "Microsoft Outlook" "Microsoft OneDrive" ) ;; + microsoftofficeBusinessPro) + name="MicrosoftOfficeBusinessPro" + type="pkg" + downloadURL="https://go.microsoft.com/fwlink/?linkid=2009112" + expectedTeamID="UBF8T346G9" + blockingProcesses=( "Microsoft AutoUpdate" "Microsoft Word" "Microsoft PowerPoint" "Microsoft Excel" "Microsoft OneNote" "Microsoft Outlook" "Microsoft OneDrive" "Teams") + ;; microsoftedgeconsumerstable) name="Microsoft Edge" type="pkg"