Syncthing (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
<pre>
<pre>
sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
</pre>
<pre>
echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
</pre>
</pre>



Version vom 23. Juni 2021, 17:55 Uhr

Noch in Bearbeitung


Installation

PGP-Schlüssel hinzufügen:

sudo curl -s -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" | sudo tee /etc/apt/sources.list.d/syncthing.list

Links

https://apt.syncthing.net/

Client

Android

https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid&hl=de_AT&gl=US

https://f-droid.org/packages/com.nutomic.syncthingandroid/

Windows

https://syncthing.net/downloads/

Links

https://www.linuxbabe.com/ubuntu/install-syncthing-ubuntu-desktop-server


Zurück zu Ubuntu