mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-03-10 07:38:58 +01:00
chore: Fix Debian install instructions
See https://github.com/caddyserver/dist/issues/83 for context
This commit is contained in:
parent
7abc7f5752
commit
9cc6040a09
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ For Debian, Ubuntu, and Raspbian, an `xcaddy` package is available from our [Clo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
||||||
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/xcaddy/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/caddy-xcaddy.asc
|
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/xcaddy/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-xcaddy-archive-keyring.gpg
|
||||||
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/xcaddy/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-xcaddy.list
|
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/xcaddy/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-xcaddy.list
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install xcaddy
|
sudo apt install xcaddy
|
||||||
|
|
Loading…
Reference in a new issue