Skip to content

Commit

Permalink
Ensure ALSA is installed (#1255)
Browse files Browse the repository at this point in the history
* Ensure ALSA is installed

* Fixed typo

* Added alsa to tests also
  • Loading branch information
s-martin authored Jan 2, 2021
1 parent f91097c commit 7523383
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 @@ -781,7 +781,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
${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

# 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"
python3-spidev netcat alsa-tools"
# 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 7523383

Please sign in to comment.