From 149e86fad3a4fe12270b0609e8543801e5ba2936 Mon Sep 17 00:00:00 2001 From: t0b3 Date: Sun, 22 Aug 2021 13:05:00 +0200 Subject: [PATCH] install alsa-utils (needed for buster lite) MiczFlor#1255 misses the alsa-utils package that is needed make it work on buster-lite see MiczFlor#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 \