Fix broken stuff

This commit is contained in:
2026-07-05 23:26:37 +02:00
parent f99d641598
commit 0f1cbab71a
6 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -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