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 ```