Updated alsa_deb file
I looked up that the Alsa file name notlonger exist so i Updated it
This commit is contained in:
parent
e5295a0d58
commit
2b56932f18
|
@ -3,7 +3,7 @@
|
|||
# Install modern alsa module for snd-hda-intel
|
||||
# slightly modernized from https://github.com/naomiaro/vagrant-alsa-audio
|
||||
# https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS
|
||||
alsa_deb="oem-audio-hda-daily-dkms_0.201703070301~ubuntu14.04.1_all.deb"
|
||||
alsa_deb="oem-audio-hda-daily-dkms_0.201704090301~ubuntu14.04.1_all.deb"
|
||||
wget -nv https://code.launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily/+files/${alsa_deb}
|
||||
dpkg -i ${alsa_deb}
|
||||
rm ${alsa_deb}
|
||||
|
|
Loading…
Reference in New Issue