Update README.md

This commit is contained in:
wattsy74
2021-09-30 14:54:39 +01:00
committed by GitHub
parent 1bcac50a25
commit a2b9846ea7

View File

@@ -181,9 +181,18 @@ This script is designed to silently install/update zoom to an MDM enrolled Mac.
`sudo curl -o /tmp/zoom.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/zoom.sh && sudo chmod +x /tmp/zoom.sh && sudo /tmp/zoom.sh [options]`
## brave-browser.sh
#### Install brave-browser
This script is designed to silently install/update brave-browser to an MDM enrolled Mac.
#### Install Brave Browser
This script is designed to silently install/update Brave Browser to an MDM enrolled Mac.
##### Options
* `openconsole` - will open the console for the logs to show
##### Command to execute:
`sudo curl -o /tmp/brave-browser.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/brave-browser.sh && sudo chmod +x /tmp/brave-browser.sh && sudo /tmp/brave-browser.sh [options]`
## balenaEtcher.sh
#### Install balenaEtcher
This script is designed to silently install/update balenaEtcher to an MDM enrolled Mac.
##### Options
* `openconsole` - will open the console for the logs to show
##### Command to execute:
sudo curl -o /tmp/balenaEtcher.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/balenaEtcher.sh && sudo chmod +x /tmp/balenaEtcher.sh && sudo /tmp/balenaEtcher.sh [options]