From a8a615945fc06a66d696cff03672bd0608f544fb Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:18:36 +0100 Subject: [PATCH] Update microsoft-apps.sh --- microsoft-apps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft-apps.sh b/microsoft-apps.sh index 784dddf..9a29c7f 100644 --- a/microsoft-apps.sh +++ b/microsoft-apps.sh @@ -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"