From 053f62c6dfb1c3c43248521a7b6f0d1fa29a11b4 Mon Sep 17 00:00:00 2001 From: ChisSoc <75833833+ChisSoc@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:10:02 +0200 Subject: [PATCH] Install alsa-utils instead of wrong package alsa-tools (#1467, #1485) --- installation/routines/setup_jukebox_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/routines/setup_jukebox_core.sh b/installation/routines/setup_jukebox_core.sh index fe2f2e5df..d84818d50 100644 --- a/installation/routines/setup_jukebox_core.sh +++ b/installation/routines/setup_jukebox_core.sh @@ -4,7 +4,7 @@ _jukebox_core_install_os_dependencies() { echo "Install Jukebox OS dependencies" sudo apt-get -qq -y update; sudo apt-get -qq -y install \ at git \ - alsa-tools \ + alsa-utils \ python3 python3-dev python3-pip python3-setuptools python3-mutagen python3-gpiozero \ ffmpeg mpg123 \ --no-install-recommends \