Skip to content

Instantly share code, notes, and snippets.

@Quinncuatro
Quinncuatro / SolanaToolchainInstaller.sh
Last active November 8, 2023 16:21
Shell Script to Install Node/Rust/Solana/Anchor/Metaplex/VS Code for Solana Web Development
#!/bin/bash
# Known working on a vanilla Ubuntu 20.04 install
# as of November 12 2021.
# Usage:
# $ sudo chmod +x ./SolanaToolchainInstaller.sh
# $ ./SolanaToolchainInstaller.sh
TIMESRUN=0