Skip to content

Commit

Permalink
Adding back in the apt-get -qq params to make it waaa less chatty.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 27, 2011
1 parent 14d9996 commit bd04e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ bash -c "$(curl -fsSL https://raw.github.com/cowboy/dotfiles/master/bin/dotfiles
Ubuntu:

```sh
sudo apt-get update && sudo apt-get -qq upgrade && sudo apt-get -qq install curl && \
sudo apt-get -qq update && sudo apt-get -qq upgrade && sudo apt-get -qq install curl && \
bash -c "$(curl -fsSL https://raw.github.com/cowboy/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
```

Expand Down
2 changes: 1 addition & 1 deletion init/10_ubuntu.sh
Expand Up @@ -3,7 +3,7 @@

# Update apt
e_header "Updating apt"
sudo apt-get update
sudo apt-get -qq update
sudo apt-get -qq upgrade

# Install tools and programs.
Expand Down

0 comments on commit bd04e12

Please sign in to comment.