From 33385e432f6c376eb069a36215a2f7a07b68beca Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:09:33 +0000 Subject: [PATCH] silence unzip on purple helpers --- Helpers/swda-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/swda-deploy.sh b/Helpers/swda-deploy.sh index aead2e2..30e4460 100755 --- a/Helpers/swda-deploy.sh +++ b/Helpers/swda-deploy.sh @@ -20,7 +20,7 @@ cd /Library/Application\ Support/Purple/ rm -rf _MACOSX curl -s -o /Library/Application\ Support/Purple/swda.zip https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/swda.zip -unzip swda.zip +unzip -qq swda.zip sleep 3 rm swda.zip _MACOSX