mirror of
https://github.com/TommyTran732/Microsoft-Edge-Policies
synced 2024-11-22 02:11:34 -05:00
Typo fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3adc9df6db
commit
31458ce52d
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user