From befe1d4a1a26001edb641c435b2b9094b9db11a3 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 1 May 2026 15:52:01 +0100 Subject: [PATCH] Fix comment for systemd-dev installation command [skip ci] --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 5b16c4ad..e19c70c9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -86,7 +86,7 @@ If you are building classic Shairport Sync, the list of packages is shorter: Building on Ubuntu 24.10 or Debian 13 ("Trixie") and later – and possibly on other distributions – requires `systemd-dev`. Be very careful here if you are using backports -- there is a [report](https://github.com/mikebrady/shairport-sync/issues/2195#issuecomment-4325326002) that installing `systemd-dev` on a backported system can severely damage it: ``` -# apt install --no-install-recommends systemd-dev # it's okay if this fails because the package doesn't exist +# apt install --no-install-recommends systemd-dev ``` ### Fedora (Fedora 40) -- 2.47.3