4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
chown -R root:admin /Library/InputManagers
|
||
|
chmod -R go-w /Library/InputManagers
|