Skip to content

Instantly share code, notes, and snippets.

@brycefisher
Created April 28, 2014 15:25
Show Gist options
  • Save brycefisher/11375392 to your computer and use it in GitHub Desktop.
Save brycefisher/11375392 to your computer and use it in GitHub Desktop.
Update Rust Compiler
#!/bin/sh
curl http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz >> rust-nightly.tar.gz
tar xvf rust-nightly.tar.gz
cd rust-nightly-x86_64-unknown-linux-gnu
./install.sh
cd ..
rm -rf rust-nightly-x86_64-unknown-linux-gnu
rm rust-nightly.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment