Created
December 11, 2021 09:38
-
-
Save ant4g0nist/d9f5e869b7bb14a8cecce29bcd371bbc to your computer and use it in GitHub Desktop.
add this to your profile or .zshrc
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
solana_install_version() { | |
sh -c "$(curl -sSfL https://release.solana.com/$1/install)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
usage:
solana_install_version v1.8.5