From 73466bc3b4f24837b38042540cc91bc4f3efea79 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:04:48 +0100 Subject: [PATCH] Update README.md --- Helpers/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Helpers/README.md b/Helpers/README.md index 3d32f38..4718a9f 100644 --- a/Helpers/README.md +++ b/Helpers/README.md @@ -7,7 +7,7 @@ This script is designed to brand DEPNotify and launch pre self service install. ##### Command to execute ``` -sudo curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/brandDEPinstall.sh && -sudo chmod +x /tmp/brandDEPinstall.sh && -sudo /tmp/brandDEPinstall.sh +curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/brandDEPinstall.sh && +chmod +x /tmp/brandDEPinstall.sh && +/tmp/brandDEPinstall.sh ```