diff --git a/Mac-Setup-brew-and-NTFS.sh b/Mac-Setup-brew-and-NTFS.sh index cd6355c..6311789 100755 --- a/Mac-Setup-brew-and-NTFS.sh +++ b/Mac-Setup-brew-and-NTFS.sh @@ -6,6 +6,10 @@ brew install ntfs-3g +# echo "The following commands need to be executed in recovery mode" +# sudo mv "/Volumes/Macintosh HD/sbin/mount_ntfs" "/Volumes/Macintosh HD/sbin/mount_ntfs.orig" +# sudo ln -s /usr/local/sbin/mount_ntfs "/Volumes/Macintosh HD/sbin/mount_ntfs" + # May need to setup cert.pem. # Run the keychain app, export the system certificates and copy to /usr/local/etc/openssl/cert.pem # cp ~/Certificates.pem /usr/local/etc/openssl/cert.pem