Skip to content

Commit 930109e

Browse files
docs: Simplify the cloudsmith URL a bit more
#134 (comment)
1 parent dd3285e commit 930109e

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
@@ -44,15 +44,15 @@ This package also comes with a `caddy-api` systemd service using our official [`
4444
Stable releases:
4545

4646
<pre><code class="cmd"><span class="bash">sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https</span>
47-
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.155B6D79CA56EA34.key' | sudo apt-key add -</span>
47+
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -</span>
4848
<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>
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>
55-
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.155B6D79CA56EA34.key' | sudo apt-key add -</span>
55+
<span class="bash">curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo apt-key add -</span>
5656
<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>
5757
<span class="bash">sudo apt update</span>
5858
<span class="bash">sudo apt install caddy</span></code></pre>

0 commit comments

Comments
 (0)