From 20b230efbdee4cebaa20c3e2f06a8ef2360e4403 Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:02:16 +0100 Subject: [PATCH] Update install.md --- src/docs/markdown/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index e0f5074..a7940b4 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -58,7 +58,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
+
sudo apt install -y 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 apt update
@@ -66,7 +66,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
+
sudo apt install -y 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 apt update