diff options
Diffstat (limited to 'Howtos/syncthing.mdwn')
-rw-r--r-- | Howtos/syncthing.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn index 322a8c29..0a8e1393 100644 --- a/Howtos/syncthing.mdwn +++ b/Howtos/syncthing.mdwn @@ -5,13 +5,13 @@ `/etc/apt/sources.list.d/syncthing.list` erstellen und bearbeiten: -```text +``` deb https://apt.syncthing.net/ syncthing stable ``` GPG-Schlüssel hinzufügen und Paket installieren: -```bash +``` curl -s https://syncthing.net/release-key.txt | sudo apt-key add - sudo apt-get install apt-transport-https sudo apt-get update @@ -22,7 +22,7 @@ sudo apt-get install syncthing Installation mit [Homebrew](https://brew.sh): -```bash +``` brew install syncthing ``` |