Skip to content

Commit

Permalink
feat(asdf): add upgrade plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Dec 19, 2023
1 parent 851a5e6 commit c69300d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/version-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ setup_version_manager() {
else
bash -c ". $HOME/.asdf/asdf.sh && asdf plugin add deno https://github.com/spywhere/asdf-deno.git"
fi
bash -c ". $HOME/.asdf/asdf.sh && asdf plugin add upgrade https://github.com/spywhere/asdf-upgrade.git"
set -e

if test -f "$HOME/.tool-versions"; then
Expand Down

0 comments on commit c69300d

Please sign in to comment.