1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-11-22 02:11:34 -05:00

Fix mkdir command

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-31 05:15:17 -07:00
parent 5d96030638
commit 3337e2e4e1
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -26,7 +26,7 @@ macOS is problematic, as it will wipe `/Library/Managed Preferences` every boot
```zsh
umask 022
mkdir -p Library/Tomster Corporation/scripts/ Library/Tomster Corporation/prefs/
mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences'
```
Create `/Library/PrivSec Corporation/scripts/apply_prefs.sh`: