diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 810a2f95..c68de416 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -62,7 +62,7 @@ After installing, please read the [service usage instructions](/docs/running#usi **Stable releases:** -
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
+sudo apt install --yes debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo chmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpg
@@ -72,7 +72,7 @@ After installing, please read the [service usage instructions](/docs/running#usi
**Testing releases** (includes betas and release candidates):
-sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
+sudo apt install --yes debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-testing-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-testing.list
sudo chmod o+r /usr/share/keyrings/caddy-testing-archive-keyring.gpg