From baf05fdb85294dfe0e933fc2fc8abff65c27e467 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 31 Mar 2022 17:29:56 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 328db5e..b1a0ac9 100644 --- a/README.md +++ b/README.md @@ -370,3 +370,15 @@ This script is designed to prompt the user for information to assist in the assi ``` sudo curl -o /tmp/computer-assignment.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/computer-assignment.sh && sudo chmod +x /tmp/computer-assignment.sh && sudo /tmp/computer-assignment.sh [options] ``` + +## dockutil.sh + +### Install Dockutil or Dockutil Swift depending on OS Version + +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 +```