From 48dbb3f8158064b3dacee929e741a88eddcc5903 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Wed, 4 Aug 2021 12:00:51 +0100 Subject: [PATCH] Revert "libasound_module_pcm_ac108.so is no longer installed, so libasound2-plugins shouldn't be needed" This reverts commit 8b2094fc23b7dbad5a263ea49fcd11c5970f2884. See #304 regarding /usr/lib/arm-linux-gnueabihf/alsa-lib/libasound_module_rate_samplerate.so --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4c7b9bd..8c84be9 100755 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ if [[ $? -eq 0 ]]; then apt-get -y install raspberrypi-kernel-headers raspberrypi-kernel # Ubuntu kernel packages apt-get -y install linux-raspi linux-headers-raspi linux-image-raspi - apt-get -y install dkms git i2c-tools + apt-get -y install dkms git i2c-tools libasound2-plugins # rpi-update checker check_kernel_headers fi