From f7d176db2ce78a83ec545c1b5138c6056ddf63cf Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 1 Oct 2021 18:06:25 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d83bda..ef17ca3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ 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