Quotidien Shaarli

Tous les liens d'un jour sur une page.

April 27, 2016

Syncthing

Syncthing a maintenant un repository Debian / Ubuntu. Pas mal pour simplifier l'installation. Lors de mes dernières installations, j'avais du passer par Github

# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

# Add the "release" channel to your APT sources:
echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list

# Update and install syncthing:
sudo apt-get update
sudo apt-get install syncthing