From 17924a89b5d689cf7934ffb1224111f8250be0cf Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 25 Jul 2012 00:54:27 -0400 Subject: [PATCH] fixing a typo with the command for Arch Linux. --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index e5d1bb5..ffbbcdd 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -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.