Skip to content

Commit 2e255b1

Browse files
docs: Shorten cloudsmith URLs even more!
Thanks to @lskillen #134 (comment)
1 parent 930109e commit 2e255b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/markdown/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Stable releases:
4545

4646
<pre><code class="cmd"><span class="bash">sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https</span>
4747
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -</span>
48-
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list</span>
48+
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list</span>
4949
<span class="bash">sudo apt update</span>
5050
<span class="bash">sudo apt install caddy</span></code></pre>
5151

5252
Testing releases (includes betas and release candidates):
5353

5454
<pre><code class="cmd"><span class="bash">sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https</span>
5555
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo apt-key add -</span>
56-
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-testing.list</span>
56+
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-testing.list</span>
5757
<span class="bash">sudo apt update</span>
5858
<span class="bash">sudo apt install caddy</span></code></pre>
5959

0 commit comments

Comments
 (0)