EDIT Sync... fix $(whoami)
This commit is contained in:
@@ -19,4 +19,11 @@ echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://
|
|||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
sudo apt update && sudo apt install -y syncthing
|
sudo apt update && sudo apt install -y syncthing
|
||||||
|
|
||||||
|
systemctl enable syncthing@$(whoami).service
|
||||||
|
systemctl start syncthing@$(whoami).service
|
||||||
|
|
||||||
|
clear
|
||||||
|
|
||||||
|
systemctl status syncthing@$(whoami).service
|
||||||
Reference in New Issue
Block a user