This file contains hidden or 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
brew install fuse4x | |
brew install ntfs-3g | |
sudo kextunload -b org.fuse4x.kext.fuse4x | |
sudo cp -rfX /usr/local/Cellar/fuse4x-kext/0.9.0/Library/Extensions/fuse4x.kext /Library/Extensions | |
sudo chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x | |
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig | |
sudo touch /sbin/mount_ntfs |
This file contains hidden or 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
#!/usr/bin/env bash | |
# | |
# execute with: | |
# curl https://gist.github.com/alanstevens/1909971/raw/install_system_rvm.sh|bash | |
# | |
echo "You will be prompted for your password by sudo." | |
# clear any previous sudo permission |