Skip to content

Commit dda5a36

Browse files
committed
chore: point to stable-v2 for now
1 parent b032d22 commit dda5a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ <h1>Debian/Ubuntu Packages</h1>
4343
<b>sudo mkdir -p /etc/apt/keyrings
4444
sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg</b></pre>
4545

46-
<p>The <code>stable</code> channel is updated with stable release builds, usually every first
46+
<p>The <code>stable-v2</code> channel is updated with stable release builds, usually every first
4747
Tuesday of the month.</p>
48-
<pre># Add the "stable" channel to your APT sources:
49-
<b>echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list</b></pre>
48+
<pre># Add the "stable-v2" channel to your APT sources:
49+
<b>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</b></pre>
5050

5151
<p>The <code>candidate</code> channel is updated with release candidate builds, usually every
5252
second Tuesday of the month. These predate the corresponding stable builds by about three

0 commit comments

Comments
 (0)