Skip to content

Commit

Permalink
fix-alsa on buster-lite (#1467)
Browse files Browse the repository at this point in the history
* Update buster-install-default.sh

* update test for alsa-utils
  • Loading branch information
t0b3 authored Aug 10, 2021
1 parent f33e214 commit 0387528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ install_main() {
${apt_get} ${allow_downgrades} install raspberrypi-kernel-headers
fi

${apt_get} ${allow_downgrades} install samba samba-common-bin gcc lighttpd php7.3-common php7.3-cgi php7.3 at mpd mpc mpg123 git ffmpeg resolvconf spi-tools netcat alsa-tools lsof
${apt_get} ${allow_downgrades} install samba samba-common-bin gcc lighttpd php7.3-common php7.3-cgi php7.3 at mpd mpc mpg123 git ffmpeg resolvconf spi-tools netcat alsa-utils lsof

# restore backup of /etc/resolv.conf in case installation of resolvconf cleared it
sudo cp /etc/resolv.conf.orig /etc/resolv.conf
Expand Down
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ verify_apt_packages(){
local packages="libspotify-dev samba
samba-common-bin gcc lighttpd php7.3-common php7.3-cgi php7.3 at mpd mpc mpg123 git ffmpeg
resolvconf spi-tools python3 python3-dev python3-pip python3-mutagen python3-gpiozero
python3-spidev netcat alsa-tools"
python3-spidev netcat alsa-utils"
# TODO apt-transport-https checking only on RPi is currently a workaround
local packages_raspberrypi="apt-transport-https raspberrypi-kernel-headers"
local packages_spotify="mopidy mopidy-mpd mopidy-local mopidy-spotify libspotify12
Expand Down

0 comments on commit 0387528

Please sign in to comment.