From 553fcebd73c832c9b6374b4300a32533541c5bce Mon Sep 17 00:00:00 2001 From: Warwick Louw Date: Mon, 5 Jun 2023 12:51:39 +0200 Subject: [PATCH] Change Arch install command The `-Syu` flags will update all packages before installing Caddy, I don't think that is intended if you only wished to update your package list and install Caddy. --- src/docs/markdown/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 7098d4d..02269f0 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -100,7 +100,7 @@ RHEL/CentOS 7: This package comes with heavily modified versions of both of Caddy's [systemd service](/docs/running#linux-service) unit files, but does not enable them by default. Those modifications include a custom start/stop behavior and additional sandboxing flags which are explained in [systemd's exec documentation](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Sandboxing), which may lead to certain host directories not being available to the Caddy process. -
pacman -Syu caddy
+
pacman -Sy caddy
[**View Caddy in the Arch Linux repositories**](https://archlinux.org/packages/community/x86_64/caddy/) and [**the Arch Linux Wiki**](https://wiki.archlinux.org/title/Caddy)