Skip to content

Commit

Permalink
apt-get quiet for setup-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanson Samuel committed Apr 6, 2012
1 parent e8f01e4 commit 2d577d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/setup-unbuntu
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# bash -s stable < <(curl -s https://raw.github.com/binq/home-directory/master/bin/setup-unbuntu)

apt-get install git
apt-get install ruby-rvm
rvm install 1.9.3
apt-get install git -q
apt-get install ruby-rvm -q
#rvm install 1.9.3

0 comments on commit 2d577d0

Please sign in to comment.