mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
Create README.md
This commit is contained in:
13
Helpers/README.md
Normal file
13
Helpers/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user