Встановлення syncthing на Debian

В категорії Підказки от 25 Травня, 2023. Автор admin

apt-get update

curl -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg

echo “deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable” | tee /etc/apt/sources.list.d/syncthing.list

apt-get update

apt-get install syncthing

ln -s /usr/lib/systemd/user/syncthing.service /etc/systemd/system/syncthing.service

systemctl start syncthing@root.service
systemctl enable syncthing@root.service

Оригінал

Теги: ,