libasound_module_pcm_ac108.so is no longer installed, so libasound2-plugins shouldn't be needed

This commit is contained in:
Hin-Tak Leung 2021-04-08 21:07:35 +01:00
parent c84b644247
commit 8b2094fc23

View file

@ -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