mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-12-22 17:27:40 +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
|
elif [ "$PACKAGE_MANAGER" == 'yum' ]; then
|
||||||
yum check-update -y
|
yum check-update -y
|
||||||
elif [ "$PACKAGE_MANAGER" == 'port' ]; then
|
elif [ "$PACKAGE_MANAGER" == 'port' ]; then
|
||||||
port self-update
|
port selfupdate
|
||||||
elif [ "$PACKAGE_MANAGER" == 'brew' ]; then
|
elif [ "$PACKAGE_MANAGER" == 'brew' ]; then
|
||||||
brew update
|
brew update
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user