This commit is contained in:
_ 2025-08-30 17:27:12 +00:00
parent 6c65742786
commit c79b38e1e8

View file

@ -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 \