From ec70be9cb2fb35906af335aa96389fd39149a2b5 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 1 Oct 2021 18:05:24 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6248c..7d83bda 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ This script is designed to silently install/update Firefox to an MDM enrolled Ma ##### 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 [options]` +``` +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