Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure ALSA is installed #1255

Merged
merged 3 commits into from
Jan 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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