diff options
author | Cedric Spindler <cedric.spindler@gmail.com> | 2019-02-27 00:34:15 +0100 |
---|---|---|
committer | Cedric Spindler <cedric.spindler@gmail.com> | 2019-02-27 00:34:15 +0100 |
commit | e5c3ba6eb55a8010fb166032a2254da568dbec85 (patch) | |
tree | a407b9eb34f6b8160dd008a8e8b61a999d3d636f /Howtos | |
parent | 62023c9fd9c57b4b387655f9c4e4aa6610786859 (diff) |
Revert "Tryout ikiwiki format directive"
This reverts commit de28c86a6cb938154f33c27e7fc3b665e258f830.
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 |