1. Предварительные шаги
Код: Выделить всё
sudo apt install gnupg2
Код: Выделить всё
sudo apt-get install apt-transport-https
Код: Выделить всё
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
Код: Выделить всё
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
Код: Выделить всё
printf "Package: *\nPin: origin apt.syncthing.net\nPin-Priority: 990\n" | sudo tee /etc/apt/preferences.d/syncthing
Код: Выделить всё
sudo apt-get update
Код: Выделить всё
sudo apt-get install syncthing
Код: Выделить всё
sudo useradd -m -d /home/syncthing syncthing
Код: Выделить всё
cd /home/syncthing/
Код: Выделить всё
sudo systemctl enable syncthing@syncthing.service
Код: Выделить всё
sudo systemctl start syncthing@syncthing.service
Код: Выделить всё
sudo service syncthing@syncthing start
sudo service syncthing@syncthing status