Create README.md

This commit is contained in:
Michael
2021-10-04 20:02:49 +01:00
committed by GitHub
parent 3b9f80e220
commit 3b1efe99e0

13
Helpers/README.md Normal file
View File

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