diff --git a/Helpers/README.md b/Helpers/README.md new file mode 100644 index 0000000..3d32f38 --- /dev/null +++ b/Helpers/README.md @@ -0,0 +1,13 @@ +## brandDEPinstall.sh + +### Run brandDEPinstall + +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 +```