From 31ed347b98f68dc0f8bdd5c695d59555defdb26c Mon Sep 17 00:00:00 2001 From: t0b3 Date: Mon, 9 Aug 2021 13:48:44 +0200 Subject: [PATCH] install alsa-utils (needed for buster lite) #1255 misses the alsa-utils package that is needed make it work on buster-lite see #1467 --- installation/install-jukebox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install-jukebox.sh b/installation/install-jukebox.sh index 9931888f6..9a4dce74f 100644 --- a/installation/install-jukebox.sh +++ b/installation/install-jukebox.sh @@ -110,7 +110,7 @@ install_jukebox_dependencies() { samba samba-common-bin \ python3 python3-dev python3-pip python3-setuptools python3-mutagen python3-gpiozero \ ffmpeg \ - alsa-tools \ + alsa-utils \ --no-install-recommends \ --allow-downgrades \ --allow-remove-essential \