From 8b2094fc23b7dbad5a263ea49fcd11c5970f2884 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Thu, 8 Apr 2021 21:07:35 +0100 Subject: [PATCH] libasound_module_pcm_ac108.so is no longer installed, so libasound2-plugins shouldn't be needed --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8c84be9..4c7b9bd 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 libasound2-plugins + apt-get -y install dkms git i2c-tools # rpi-update checker check_kernel_headers fi