]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CAR INSTALL.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 29 Jul 2021 12:13:01 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 12:13:01 +0000 (13:13 +0100)
CAR INSTALL.md

index dcf78cba901c02dd212af7fc3b13e89152e324d2..27b3ae43aceff31c140ff507c6564e1be5fbbdb1 100644 (file)
@@ -47,7 +47,7 @@ The first thing to do on a Pi would be to use the `raspi-config` tool to expand
 ### Shairport Sync
 First, install the packages needed by Shairport Sync:
 ```
-# apt-get install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev
+# apt install --no-install-recommends build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev
 ```
 Next, download Shairport Sync, configure it, compile and install it:
 ```