fixed coderunner, openvpnconnect, and microsoftautoupdate

This commit is contained in:
Armin Briegel
2020-04-30 08:33:01 +02:00
parent 0386bfac08
commit 25434e946f
+14 -9
View File
@@ -300,14 +300,15 @@ case $identifier in
coderunner) coderunner)
# credit: Erik Stam # credit: Erik Stam
name="CodeRunner" name="CodeRunner"
type="dmg" type="zip"
downloadURL="https://coderunnerapp.com/download" downloadURL="https://coderunnerapp.com/download"
expectedTeamID="R4GD98AJF9" expectedTeamID="R4GD98AJF9"
;; ;;
openvpnconnect) openvpnconnect)
# credit: Erik Stam # credit: Erik Stam
name="OpenVPN Connect" name="OpenVPN"
type="dmg" type="pkgInDmg"
pkgName="OpenVPN_Connect_Installer_signed.pkg"
downloadURL="https://openvpn.net/downloads/openvpn-connect-v2-macos.dmg" downloadURL="https://openvpn.net/downloads/openvpn-connect-v2-macos.dmg"
expectedTeamID="ACV7L3WCD8" expectedTeamID="ACV7L3WCD8"
;; ;;
@@ -359,6 +360,12 @@ case $identifier in
expectedTeamID="EQHXZ8M8AV" expectedTeamID="EQHXZ8M8AV"
;; ;;
# msupdate codes from:
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
# download link IDs from: https://macadmin.software
microsoftoffice365) microsoftoffice365)
name="MicrosoftOffice365" name="MicrosoftOffice365"
type="pkg" type="pkg"
@@ -423,8 +430,10 @@ case $identifier in
type="pkg" type="pkg"
downloadURL="https://go.microsoft.com/fwlink/?linkid=830196" downloadURL="https://go.microsoft.com/fwlink/?linkid=830196"
expectedTeamID="UBF8T346G9" expectedTeamID="UBF8T346G9"
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate" # commented the updatetool for MSAutoupdate, because when Autoupdate is really
updateToolArguments=( --install --apps MSau04 ) # old or broken, you want to force a new install
#updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
#updateToolArguments=( --install --apps MSau04 )
;; ;;
microsoftedgeenterprisestable) microsoftedgeenterprisestable)
name="Microsoft Edge" name="Microsoft Edge"
@@ -466,10 +475,6 @@ case $identifier in
updateToolArguments=( --install --apps WDAV00 ) updateToolArguments=( --install --apps WDAV00 )
;; ;;
# msupdate codes from:
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
# download link IDs from: https://macadmin.software
# these descriptions exist for testing and are intentionally broken # these descriptions exist for testing and are intentionally broken