mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-12-22 12:27:41 +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
|
||||||
@ -358,4 +358,4 @@ function set_installed () {
|
|||||||
|
|
||||||
mkdir -p ~/.shoestrap/installed
|
mkdir -p ~/.shoestrap/installed
|
||||||
touch ~/.shoestrap/installed/$name
|
touch ~/.shoestrap/installed/$name
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user