From 834ab1764ae5cf5e9d7493d60a50be94385342b5 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:33:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d09a95..69a9a8c 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,9 @@ This script will set the policies software update settings with the following se ##### Command to execute: `sudo curl -o /tmp/software-update-settings.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/software-update-settings.sh && sudo chmod +x /tmp/software-update-settings.sh && sudo /tmp/software-update-settings.sh` + +## zerotier.sh +#### Initial Install ZeroTier ONLY +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`