Skip to content

Instantly share code, notes, and snippets.

View deanhouseholder's full-sized avatar
👨‍💻
Hacking away

Dean Householder deanhouseholder

👨‍💻
Hacking away
View GitHub Profile
#!/bin/bash
# Usage: sudo apt-get install -yqq curl; curl -L -s https://raw.github.com/gist/4671312/ubuntu-install-media.sh | sudo bash
#alias sagi="apt-get install --yes --quiet" # normall sudo apt-get, but this is already root
#alias sagid="apt-get install --yes --quiet --download-only" # same as above
#STDOUT=/dev/stdout
#STDERR=/dev/stderr
STDOUT=/dev/null
STDERR=/dev/null