Update microsoft-apps.sh

This commit is contained in:
wattsy74
2021-09-30 17:18:36 +01:00
committed by GitHub
parent 388a375a72
commit a8a615945f

View File

@@ -261,10 +261,10 @@ for param in "$@"; do
install_software "com.microsoft.outlook.suite.2011" "Office2011" "SUITE" "openconsole"
;;
remote-desktop)
install_software "com.microsoft.remotedesktop.standalone" "MS Remote Desktop" "/Applications/Microsoft Remote Desktop.app" "noconsole"
install_software "com.microsoft.remotedesktop.standalone" "Microsoft Remote Desktop" "/Applications/Microsoft Remote Desktop.app" "noconsole"
;;
remote-desktop-oc)
install_software "com.microsoft.remotedesktop.standalone" "MS Remote Desktop" "/Applications/Microsoft Remote Desktop.app" "openconsole"
install_software "com.microsoft.remotedesktop.standalone" "Microsoft Remote Desktop" "/Applications/Microsoft Remote Desktop.app" "openconsole"
;;
*)
echo "unknown parameter"