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
#!/bin/bash | |
set -o pipefail | |
set -s | |
##### | |
# This script will take a fresh Mint install and make it suitable for getting stuff done. | |
# It may not work against another Ubuntu Installation type. | |
# Run it with: bash <(wget -qO- https://gist.githubusercontent.com/countbuggula/e1007e3bf3ddacc385fd4b130a8cfbc8/raw/2d4f4ec7586704d6ca4a262200920e2dbd422549/setup-mint.bash) | |
##### |