From 51460a86640f47c4f71a0b3eafc8a69cdb75e68e Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 29 Apr 2020 19:32:16 +0200 Subject: [PATCH] added webexmeetings, webexteams, citrixworkspace and privileges --- Installomator.sh | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 8e23b49..184afce 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -323,7 +323,35 @@ case $identifier in downloadURL="https://app-updates.agilebits.com/download/OPM7" expectedTeamID="2BUA8C4S2C" ;; - + webexmeetings) + # credit: Erik Stam + name="Cisco Webex Meetings" + type="pkgInDmg" + downloadURL="https://akamaicdn.webex.com/client/webexapp.dmg" + expectedTeamID="DE8Y96K9QP" + ;; + webexteams) + # credit: Erik Stam + name="Webex Teams" + type="pkgInDmg" + downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/WebexTeams.dmg" + expectedTeamID="DE8Y96K9QP" + ;; + citrixworkspace) + # credit: Erik Stam + name="Citrix Workspace" + type="pkgInDmg" + downloadURL="https://downloads.citrix.com/17596/CitrixWorkspaceApp.dmg?__gda__=1588183500_fc68033aef7d6d163d8b8309b964f1de" + expectedTeamID="S272Y5R93J" + ;; + privileges) + # credit: Erik Stam + name="Privileges" + type="zip" + downloadURL=$(downloadURLFromGit sap macOS-enterprise-privileges ) + expectedTeamID="7R5ZEU67FQ" + ;; + microsoftoffice365) name="MicrosoftOffice365" @@ -431,12 +459,6 @@ case $identifier in updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate" updateToolArguments=( --install --apps WDAV00 ) ;; - webexmeetings) - name="Cisco Webex Meetings" - type="pkgInDmg" - downloadURL="https://akamaicdn.webex.com/client/webexapp.dmg" - expectedTeamID="DE8Y96K9QP" - ;; # msupdate codes from: # https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate