Mairaaa commited on
Commit
538c34a
·
verified ·
1 Parent(s): c3d5850

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Install Rust
4
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
5
+ export PATH="/root/.cargo/bin:$PATH"