Mint Fixer

I wrote a little script to help me quickly set up a new Mint 12 install the way I like it and to fix a couple random annoying issues. Enjoy: Script name is fixmint.sh #!/bin/bash clear # Test for UID=0 if [ “$(echo $UID)” != “0” ] then echo “You must be superuser to run […]