From 31458ce52d3083ddf857f718a6010b7551c989c3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jan 2024 00:24:35 -0700 Subject: [PATCH] Typo fixes Signed-off-by: Tommy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecb0968..bb3e809 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ umask 022 mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences' ``` -Create `/Library/PrivSec Corporation/scripts/apply_prefs.sh`: +Create `/Library/Tomster Corporation/scripts/apply_prefs.sh`: ``` #!/bin/zsh /bin/sleep 5 -/bin/cp -r '/Library/PrivSec Corporation/prefs/' '/Library/Managed Preferences/' +/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/' ``` Set the correct permission: ```zsh -chmod 744 /Library/PrivSec Corporation/scripts/apply_prefs.sh +chmod 744 '/Library/Tomster Corporation/scripts/apply_prefs.sh' ``` Put the managed policies at `/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist`