Avoid asdf update causing an error if it is installed via a package manager like brew
This commit is contained in:
parent
2744c1c6c8
commit
70edfb44dc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ upgrade_system() {
|
|||
fi
|
||||
|
||||
if command -v asdf &> /dev/null; then
|
||||
asdf update
|
||||
asdf update || true
|
||||
asdf plugin update --all
|
||||
asdf latest --all
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue