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:
parent
5d96030638
commit
3337e2e4e1
@ -26,7 +26,7 @@ macOS is problematic, as it will wipe `/Library/Managed Preferences` every boot
|
|||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
umask 022
|
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`:
|
Create `/Library/PrivSec Corporation/scripts/apply_prefs.sh`:
|
||||||
|
Loading…
Reference in New Issue
Block a user