diff --git a/site/index.html b/site/index.html index 1454668..39c5058 100644 --- a/site/index.html +++ b/site/index.html @@ -46,13 +46,27 @@

Debian/Ubuntu Packages

The stable-v2 channel is updated with stable release builds, usually every first Tuesday of the month.

# Add the "stable-v2" channel to your APT sources:
-echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable-v2" | sudo tee /etc/apt/sources.list.d/syncthing.list
+cat <<EOF | sudo tee /etc/apt/sources.list.d/syncthing.source +Enabled: yes +Types: deb +URIs: https://apt.syncthing.net +Suites: syncthing +Components: stable-v2 +Signed-By: /etc/apt/keyrings/syncthing-archive-keyring.gpg +EOF

The candidate channel is updated with release candidate builds, usually every second Tuesday of the month. These predate the corresponding stable builds by about three weeks.

# Add the "candidate" channel to your APT sources:
-echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list
+cat <<EOF | sudo tee /etc/apt/sources.list.d/syncthing.sources +Enabled: yes +Types: deb +URIs: https://apt.syncthing.net +Suites: syncthing +Components: candidate +Signed-By: /etc/apt/keyrings/syncthing-archive-keyring.gpg +EOF

And finally.

# Update and install syncthing: