mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
added depnotify and MSOfficeBusinessPro
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user