Merge pull request #151 from Lapotor/alsa-ubuntu

Alsa-ubuntu.deb Update
This commit is contained in:
Lucas Bickel 2017-04-11 11:08:30 +02:00 committed by GitHub
commit b9d95f72ae
1 changed files with 1 additions and 1 deletions

View File

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