fixing a typo with the command for Arch Linux.
This commit is contained in:
parent
90711272d5
commit
17924a89b5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue