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