mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-17 12:12:15 +00:00
14 lines
351 B
Markdown
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
|
|
```
|