From 15112b5808202e645522ab05c959f8abe0ab40e5 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 30 Aug 2025 17:29:22 +0000 Subject: [PATCH] try to automate rustup --- dev.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.bash b/dev.bash index 2bf17ce..a8f31c5 100644 --- a/dev.bash +++ b/dev.bash @@ -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 \