From 00d573cb709962c602bdb18c2eb774f3ec2942fd Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Wed, 29 Sep 2021 13:45:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c5f0e5..e20784e 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ This script is designed to silently install or update ScanSnap Home to an MDM en #### Install Rosetta2 on required hardware This script is designed to silently install Rosetta2 onto an Apple Silicon MDM enrolled Mac. ##### Options -* openconsole - will open the console for the logs to show -* jamf - will run a jamf recon at the end of the script to update the portal +* `openconsole` - will open the console for the logs to show +* `jamf` - will run a jamf recon at the end of the script to update the portal ##### Command to execute: `sudo curl -o /tmp/Rosetta2.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Rosetta2.sh && sudo chmod +x /tmp/Rosetta2.sh && sudo /tmp/Rosetta2.sh [options]`