Fix broken stuff
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Installing Rust toolchain..."
|
||||
rustup default stable
|
||||
rustup-init -y --profile complete --default-toolchain stable
|
||||
export PATH="$PATH:/root/.cargo/bin"
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
cargo binstall --no-confirm cargo-watch cargo-get
|
||||
|
||||
Reference in New Issue
Block a user