Skip to content

Commit

Permalink
Install alsa-utils instead of wrong package alsa-tools (#1467, #1485) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored Oct 16, 2021
1 parent e8945ed commit f88e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _jukebox_core_install_os_dependencies() {
echo "Install Jukebox OS dependencies"
sudo apt-get -y update; sudo apt-get -y install \
at git \
alsa-tools \
alsa-utils \
python3 python3-dev python3-pip python3-setuptools python3-mutagen python3-gpiozero \
ffmpeg mpg123 \
--no-install-recommends \
Expand Down

0 comments on commit f88e2a6

Please sign in to comment.