Files
mdmscripts/Helpers/README.md
2021-10-04 20:04:48 +01:00

14 lines
351 B
Markdown

## brandDEPinstall.sh
### Run brandDEPinstall
This script is designed to brand DEPNotify and launch pre self service install.
##### Command to execute
```
curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/brandDEPinstall.sh &&
chmod +x /tmp/brandDEPinstall.sh &&
/tmp/brandDEPinstall.sh
```