Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
#!/bin/bash
|
|
|
2 |
# Install Rust
|
3 |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
4 |
source $HOME/.cargo/env
|
|
|
1 |
#!/bin/bash
|
2 |
+
|
3 |
# Install Rust
|
4 |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
5 |
source $HOME/.cargo/env
|