diff --git a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh index e9e6027..7ec313e 100644 --- a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh +++ b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh @@ -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