mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-12-22 12:17:42 +00:00
Fix port self-update
This commit is contained in:
parent
5867686e88
commit
9c42ce6015
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user