fixing a typo with the command for Arch Linux.

This commit is contained in:
staticsafe 2012-07-25 00:54:27 -04:00
parent 90711272d5
commit 17924a89b5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ installpackages() {
elif [[ "$userdistro" == "Fedora" ]]; then
sudo yum install -y vim zsh tmux git subversion mercurial most python-pip
elif [[ "$userdistro" == "Arch" ]]; then
sudo pacman --no-confirm -S vim zsh tmux git mercurial subversion most python-pip
sudo pacman --noconfirm -S vim zsh tmux git mercurial subversion most python-pip
elif [[ "$userdistro" == "OSX" ]]; then
sudo port install vim zsh tmux git-core git-extras mercurial subversion most
#echo "export PATH=/opt/local/bin:/opt/local/sbin:$PATH" >> ~/.zshenv # This adds the port binary path, so that zsh can use it after, commented out by default.