mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-19 13:20:52 +00:00
added webexmeetings, webexteams, citrixworkspace and privileges
This commit is contained in:
@@ -323,6 +323,34 @@ case $identifier in
|
|||||||
downloadURL="https://app-updates.agilebits.com/download/OPM7"
|
downloadURL="https://app-updates.agilebits.com/download/OPM7"
|
||||||
expectedTeamID="2BUA8C4S2C"
|
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)
|
microsoftoffice365)
|
||||||
@@ -431,12 +459,6 @@ case $identifier in
|
|||||||
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||||
updateToolArguments=( --install --apps WDAV00 )
|
updateToolArguments=( --install --apps WDAV00 )
|
||||||
;;
|
;;
|
||||||
webexmeetings)
|
|
||||||
name="Cisco Webex Meetings"
|
|
||||||
type="pkgInDmg"
|
|
||||||
downloadURL="https://akamaicdn.webex.com/client/webexapp.dmg"
|
|
||||||
expectedTeamID="DE8Y96K9QP"
|
|
||||||
;;
|
|
||||||
|
|
||||||
# msupdate codes from:
|
# msupdate codes from:
|
||||||
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
|
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user