From c5f6ba62f974b6ad5db3bb00f84def101e316caa Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Thu, 30 Sep 2021 12:28:34 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c192ab9..ce81c0b 100644 --- a/README.md +++ b/README.md @@ -179,3 +179,11 @@ This script is designed to silently install/update zoom to an MDM enrolled Mac. * `openconsole` - will open the console for the logs to show ##### Command to execute: `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. +##### 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]`