Syncthing (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
Zeile 46: | Zeile 46: | ||
== Links == | == Links == | ||
[https://syncthing.net/ https://syncthing.net/] | |||
[https://www.linuxbabe.com/ubuntu/install-syncthing-ubuntu-desktop-server https://www.linuxbabe.com/ubuntu/install-syncthing-ubuntu-desktop-server] | [https://www.linuxbabe.com/ubuntu/install-syncthing-ubuntu-desktop-server https://www.linuxbabe.com/ubuntu/install-syncthing-ubuntu-desktop-server] |
Version vom 23. Juni 2021, 17:05 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
Repository zu Source-Listen hinzufügen:
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
Damit die System-Pakete eine niedrigere Priorität gegenüber dem Repository bekommen, müssen die Prioritätspräferenzen angepasst werden:
# Increase preference of Syncthing's packages ("pinning") printf "Package: *\nPin: origin apt.syncthing.net\nPin-Priority: 990\n" | sudo tee /etc/apt/preferences.d/syncthing
Installieren:
sudo apt-get update && sudo apt-get install -y syncthing
Links
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