From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 29 Jul 2021 12:13:01 +0000 (+0100) Subject: Update CAR INSTALL.md X-Git-Tag: 4.1-dev~4^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3208165961d5312bf4dc7931a1dbdccab16defa4;p=thirdparty%2Fshairport-sync.git Update CAR INSTALL.md --- diff --git a/CAR INSTALL.md b/CAR INSTALL.md index dcf78cba..27b3ae43 100644 --- a/CAR INSTALL.md +++ b/CAR INSTALL.md @@ -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: ```