syncthing安装
1 # Add the release PGP keys: 2 curl -s https://syncthing.net/release-key.txt | sudo apt-key add - 3 4 # Add the "stable" channel to your APT sources: 5 echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list 6 7 # Update and install syncthing: 8 sudo apt-get update 9 sudo apt-get install syncthing