diff options
Diffstat (limited to 'Howtos')
-rw-r--r-- | Howtos/syncthing.mdwn | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn index 99738895..04dc0460 100644 --- a/Howtos/syncthing.mdwn +++ b/Howtos/syncthing.mdwn @@ -8,20 +8,16 @@ GPG-Schlüssel hinzufügen und Paket installieren: -[[!format bash """ -curl -s https://syncthing.net/release-key.txt | sudo apt-key add - -sudo apt-get install apt-transport-https -sudo apt-get update -sudo apt-get install syncthing -"""]] + curl -s https://syncthing.net/release-key.txt | sudo apt-key add - + sudo apt-get install apt-transport-https + sudo apt-get update + sudo apt-get install syncthing ## Installation (macOS) Installation mit [Homebrew](https://brew.sh): -[[!format bash """ -brew install syncthing -"""]] + brew install syncthing ## Konfiguration |