From c79b38e1e82a660461ef1d651b1b3208239ebd3a Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 30 Aug 2025 17:27:12 +0000 Subject: [PATCH] buh --- dev.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev.bash b/dev.bash index a667725..2bf17ce 100644 --- a/dev.bash +++ b/dev.bash @@ -14,7 +14,6 @@ main() { sudo apt-get install -y extrepo sudo extrepo enable \ - syncthing \ torproject sudo apt-get install -y \ @@ -32,6 +31,9 @@ main() { shellcheck \ syncthing + systemctl --user start syncthing + systemctl --user enable syncthing + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable cargo install \