Update README.md

This commit is contained in:
Michael
2021-10-04 20:04:48 +01:00
committed by GitHub
parent 3b1efe99e0
commit 73466bc3b4

View File

@@ -7,7 +7,7 @@ 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
curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/brandDEPinstall.sh &&
chmod +x /tmp/brandDEPinstall.sh &&
/tmp/brandDEPinstall.sh
```