mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 19:57:13 -04:00
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.
This commit is contained in:
parent
d157184ab6
commit
553fcebd73
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
<pre><code class="cmd"><span class="bash">pacman -Syu caddy</span></code></pre>
|
||||
<pre><code class="cmd"><span class="bash">pacman -Sy caddy</span></code></pre>
|
||||
|
||||
[**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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue