You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
208 B

7 months ago
  1. #!/bin/bash
  2. # script for setting up a new machine to generate light client btc proofs
  3. sudo apt-get update
  4. curl https://sh.rustup.rs -sSf | sh -s -- -y # install rust, defaulting to yes
  5. . "$HOME/.cargo/env"