1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-09-28 10:44:43 -04:00

Typo fixes

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-20 00:24:35 -07:00
parent 3adc9df6db
commit 31458ce52d
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -29,17 +29,17 @@ umask 022
mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences' 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/zsh
/bin/sleep 5 /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: Set the correct permission:
```zsh ```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` Put the managed policies at `/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist`