Fix port self-update

This commit is contained in:
Ian 2014-03-27 17:20:55 -07:00
parent 5867686e88
commit 9c42ce6015
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ package_update () {
elif [ "$PACKAGE_MANAGER" == 'yum' ]; then
yum check-update -y
elif [ "$PACKAGE_MANAGER" == 'port' ]; then
port self-update
port selfupdate
elif [ "$PACKAGE_MANAGER" == 'brew' ]; then
brew update
else
@ -358,4 +358,4 @@ function set_installed () {
mkdir -p ~/.shoestrap/installed
touch ~/.shoestrap/installed/$name
}
}