mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 22:04:49 +01:00
changed fragments to .sh extension
This commit is contained in:
13
fragments/labels/microsoftoffice365.sh
Normal file
13
fragments/labels/microsoftoffice365.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
microsoftoffice365)
|
||||
name="MicrosoftOffice365"
|
||||
type="pkg"
|
||||
packageID="com.microsoft.pkg.licensing"
|
||||
downloadURL="https://go.microsoft.com/fwlink/?linkid=525133"
|
||||
appNewVersion=$(curl -fsIL "$downloadURL" | grep -i location: | grep -o "/Microsoft_.*pkg" | cut -d "_" -f 3)
|
||||
expectedTeamID="UBF8T346G9"
|
||||
# using MS PowerPoint as the 'stand-in' for the entire suite
|
||||
#appName="Microsoft PowerPoint.app"
|
||||
blockingProcesses=( "Microsoft AutoUpdate" "Microsoft Word" "Microsoft PowerPoint" "Microsoft Excel" "Microsoft OneNote" "Microsoft Outlook" "OneDrive" )
|
||||
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||
updateToolArguments=( --install )
|
||||
;;
|
||||
Reference in New Issue
Block a user