automate rustup

This commit is contained in:
_ 2025-08-30 17:13:41 +00:00
parent 19007ed008
commit cf8ffda90b

View file

@ -15,7 +15,7 @@ main() {
shellcheck \ shellcheck \
pv pv
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
echo "All good" echo "All good"
} }