Skip to content

Commit

Permalink
Merge pull request #3 from Kusold/master
Browse files Browse the repository at this point in the history
Quiets apt-get update
  • Loading branch information
balajis committed Jul 18, 2013
2 parents 8177a00 + 6b043a1 commit fd3683c
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 @@ -24,7 +24,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 fd3683c

Please sign in to comment.