EDIT Sync... fix $(whoami)

This commit is contained in:
2022-11-22 17:42:09 +01:00
parent 809a1f57bb
commit 557932af03

View File

@@ -20,3 +20,10 @@ echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://
sleep 1
sudo apt update && sudo apt install -y syncthing
systemctl enable syncthing@$(whoami).service
systemctl start syncthing@$(whoami).service
clear
systemctl status syncthing@$(whoami).service