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 \