From b356082b8d92cadd2903b290d9820678c8e60d67 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:24:00 +0000 Subject: [PATCH] replaced incorrect character on line 318 --- microsoft-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-apps.sh b/microsoft-apps.sh index b78f13e..660a787 100644 --- a/microsoft-apps.sh +++ b/microsoft-apps.sh @@ -315,7 +315,7 @@ for param in "$@"; do mau) install_software "com.microsoft.autoupdate.standalone" "Microsoft AutoUpdate" "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app" "noconsole" "notlegacy" ;; - mau-oc} + mau-oc) install_software "com.microsoft.autoupdate.standalone" "Microsoft AutoUpdate" "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app" "openconsole" "notlegacy" ;; remote-desktop)