From 5ee180be6706f0de6bf2509cf08fa9c975360749 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 27 Nov 2022 15:07:09 +0000 Subject: [PATCH] quoted out URLS --- Helpers/launch-app-installs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helpers/launch-app-installs.sh b/Helpers/launch-app-installs.sh index cbcc39d..f578631 100644 --- a/Helpers/launch-app-installs.sh +++ b/Helpers/launch-app-installs.sh @@ -3,8 +3,8 @@ # Installation using Installomator with Dialog showing progress (and possibility of adding to the Dock) echo "*** USING BETA SCRIPT: LAUNCH ***" -curl -s https://raw.githubusercontent.com/Installomator/Installomator/main/MDM/install%20swiftDialog%20direct.sh | bash -curl -s https://raw.githubusercontent.com/Installomator/Installomator/main/MDM/install%20Installomator%20direct.sh | bash +curl -s "https://raw.githubusercontent.com/Installomator/Installomator/main/MDM/install%20swiftDialog%20direct.sh" | bash +curl -s "https://raw.githubusercontent.com/Installomator/Installomator/main/MDM/install%20Installomator%20direct.sh" | bash whatList="$MDMAPPLABEL"