Add trick to ensure the entire script is downloaded
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
# install solana-install. It just does platform detection, downloads the installer
|
||||
# and runs it.
|
||||
|
||||
{ # this ensures the entire script is downloaded #
|
||||
|
||||
if [ -z "$SOLANA_DOWNLOAD_ROOT" ]; then
|
||||
SOLANA_DOWNLOAD_ROOT="https://github.com/solana-labs/solana/releases/download/"
|
||||
@ -171,3 +172,5 @@ downloader() {
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
} # this ensures the entire script is downloaded #
|
||||
|
Reference in New Issue
Block a user