From 488c391cd179ca79ffa4d40bebaec7f52312cd15 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:27:35 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d54ca09..fb60662 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,11 @@ This script will rename a computer based on the JAMF user and MAC Address, it wi * Variable 6. The JAMF Host URL ##### Command to execute: `sudo curl -o /tmp/computer-rename.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/computer-rename.sh && sudo chmod +x /tmp/computer-rename.sh && sudo /tmp/computer-rename.sh` + +## enrollment-cleanup.sh [JAMF ONLY] +#### Removes the downloaded and applied mobileconfig file and forces Safari to quit +This script will rRemoves the downloaded and applied mobileconfig file and forces Safari to quit, it is required as Adobe Acrobat installer is sensitive to Safari being open and will cause a failed install. We can't rely on the enrolling person remembering to close Safari. + +##### Command to execute: +`sudo curl -o /tmp/enrollment-cleanup.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/enrollment-cleanup.sh && sudo chmod +x /tmp/enrollment-cleanup.sh && sudo /tmp/enrollment-cleanup.sh` +