try to automate rustup

This commit is contained in:
_ 2025-08-30 17:29:22 +00:00
parent c79b38e1e8
commit 15112b5808

View file

@ -34,7 +34,7 @@ main() {
systemctl --user start syncthing
systemctl --user enable syncthing
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cargo install \
division_of_one \