Created
August 19, 2024 03:04
-
-
Save mathieujobin/9c586580cf4afc3955ac4916a2246dde to your computer and use it in GitHub Desktop.
asdf update all plugins and install latest version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
asdf update --head | |
asdf plugin update --all | |
for lang in $(asdf plugin list); do asdf install $lang latest; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment