From d2c7653a92c60049a0ee1e04bf6be92bae33ad86 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Wed, 29 Sep 2021 19:26:10 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e20784e..2247bf6 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,26 @@ This repository is a resource that allows us to distribute scripts across multip ## Firefox.sh #### Install Firefox This script is designed to silently install/update Firefox to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/Firefox.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Firefox.sh && sudo chmod +x /tmp/Firefox.sh && sudo /tmp/Firefox.sh` +`sudo curl -o /tmp/Firefox.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Firefox.sh && sudo chmod +x /tmp/Firefox.sh && sudo /tmp/Firefox.sh [options]` ## LibreOffice.sh #### Install LibreOffice This script is designed to silently install/update LibreOffice to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/LibreOffice.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/LibreOffice.sh && sudo chmod +x /tmp/LibreOffice.sh && sudo /tmp/LibreOffice.sh` +`sudo curl -o /tmp/LibreOffice.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/LibreOffice.sh && sudo chmod +x /tmp/LibreOffice.sh && sudo /tmp/LibreOffice.sh [options]` ## google-chrome.sh #### Install Google Chrome This script is designed to silently install/update Google Chrome to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/google-chrome.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/google-chrome.sh && sudo chmod +x /tmp/google-chrome.sh && sudo /tmp/google-chrome.sh` +`sudo curl -o /tmp/google-chrome.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/google-chrome.sh && sudo chmod +x /tmp/google-chrome.sh && sudo /tmp/google-chrome.sh [options]` ## office-install.sh #### Install Microsoft Office Suite @@ -59,20 +65,26 @@ This script is designed to silently update Adobe Acrobat DC to an MDM enrolled M ## 1-password.sh #### Install or Update 1Password 7 This script is designed to silently install or update 1Password 7 to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/1-password.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/1-password.sh && sudo chmod +x /tmp/1-password.sh && sudo /tmp/1-password.sh` +`sudo curl -o /tmp/1-password.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/1-password.sh && sudo chmod +x /tmp/1-password.sh && sudo /tmp/1-password.sh [options]` ## bt-cloud-phone.sh #### Install or Update BT Cloud Phone This script is designed to silently install or update BT Cloud Phone to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/bt-cloud-phone.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/bt-cloud-phone.sh && sudo chmod +x /tmp/bt-cloud-phone.sh && sudo /tmp/bt-cloud-phone.sh` +`sudo curl -o /tmp/bt-cloud-phone.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/bt-cloud-phone.sh && sudo chmod +x /tmp/bt-cloud-phone.sh && sudo /tmp/bt-cloud-phone.sh [options]` ## scansnap-home.sh #### Install or Update ScanSnap Home This script is designed to silently install or update ScanSnap Home to an MDM enrolled Mac. +##### Options +* `openconsole` - will open the console for the logs to show ##### Command to execute: -`sudo curl -o /tmp/scansnap-home.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/scansnap-home.sh && sudo chmod +x /tmp/scansnap-home.sh && sudo /tmp/scansnap-home.sh` +`sudo curl -o /tmp/scansnap-home.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/scansnap-home.sh && sudo chmod +x /tmp/scansnap-home.sh && sudo /tmp/scansnap-home.sh [options]` ## Rosetta2.sh #### Install Rosetta2 on required hardware