This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## run this first bit as root to avoid typing password | |
USR=Guest | |
sudo chown -R $USR "/System/Library/User Template/" | |
sudo mkdir /opt | |
sudo mkdir /opt/gem | |
sudo chown -R $USR /opt |