fixing git package name for MacPorts.

This commit is contained in:
staticsafe 2012-04-11 19:06:39 -04:00
parent 66685a62c6
commit d45e807f8e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ installpackages() {
elif [[ "$userdistro" == "Arch" ]]; then
sudo pacman --no-confirm -S vim zsh tmux git subversion most python-pip
elif [[ "$userdistro" == "OSX" ]]; then
sudo port install vim zsh tmux git subversion most
sudo port install vim zsh tmux git-core git-extras 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.
elif [[ "$userdistro" == "FreeBSD" ]]; then
sudo pkg_add -r vim zsh tmux git subversion most