From 95a687776847f3a187ed28889849a2b4b1d26d61 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:45:08 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25d4ba8..5d68038 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ This script is designed to silently install ZeroTier to an MDM enrolled Mac. #### Command to execute ``` -sudo curl -o /tmp/zerotier.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/zerotier.sh && sudo chmod +x /tmp/zerotier.sh && sudo /tmp/zerotier.sh [NETWORKID] +curl https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/zerotier.sh | bash ``` ##### A REBOOT IS REQUIRED FOR THE TLS CERT GENERATION @@ -380,7 +380,7 @@ This script is designed to install the correct version of Dockutil. #### Command to execute ``` -curl -o /tmp/dockutil.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/dockutil.sh && chmod +x /tmp/dockutil.sh && /tmp/dockutil.sh && rm -rf /tmp/dockutil.sh +curl https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/dockutil.sh | bash ``` ## Installomator.sh @@ -392,5 +392,5 @@ This script is designed to install the correct version of Installomator. #### Command to execute ``` -curl -o /tmp/Installomator.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Installomator.sh && chmod +x /tmp/Installomator.sh && /tmp/Installomator.sh && rm -rf /tmp/Installomator.sh +curl https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Installomator.sh | bash ```