setup.sh 286 B

1234567891011
  1. #!/usr/bin/env bash
  2. set -e
  3. # If OS is supported will install:
  4. # - build tools and any other dependencies required for rust
  5. # - rustup - rust insaller
  6. # - rust compiler and toolchains
  7. # - skips installing substrate and subkey
  8. curl https://getsubstrate.io -sSf | bash -s -- --fast