Skip to content

Commit

Permalink
Quiets apt-get update for less noise
Browse files Browse the repository at this point in the history
  • Loading branch information
kusold committed Jul 16, 2013
1 parent c4300e4 commit 6b043a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo apt-get install -y rlwrap
# Install emacs24
# https://launchpad.net/~cassou/+archive/emacs
sudo apt-add-repository -y ppa:cassou/emacs
sudo apt-get update
sudo apt-get -qq update
sudo apt-get install -y emacs24 emacs24-el emacs24-common-non-dfsg

# Install Heroku toolbelt
Expand Down

0 comments on commit 6b043a1

Please sign in to comment.