conf.sh: make brew upgrade packages
This commit is contained in:
parent
dcb492c255
commit
de4baf8a92
1 changed files with 1 additions and 0 deletions
1
conf.sh
1
conf.sh
|
|
@ -8,6 +8,7 @@ update_packages() {
|
||||||
if [ -f /opt/homebrew/bin/brew ]; then
|
if [ -f /opt/homebrew/bin/brew ]; then
|
||||||
echo "homebrew detected, updating..."
|
echo "homebrew detected, updating..."
|
||||||
/opt/homebrew/bin/brew update
|
/opt/homebrew/bin/brew update
|
||||||
|
/opt/homebrew/bin/brew upgrade
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# pkg (termux)
|
# pkg (termux)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue