From 2b56932f1827be5f2db86bd23101e07b861b390f Mon Sep 17 00:00:00 2001 From: Lapotor Date: Sun, 9 Apr 2017 20:48:36 +0200 Subject: [PATCH] Updated alsa_deb file I looked up that the Alsa file name notlonger exist so i Updated it --- installer/vagrant/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/vagrant/ubuntu.sh b/installer/vagrant/ubuntu.sh index 2ea12abd5..81c755ed9 100644 --- a/installer/vagrant/ubuntu.sh +++ b/installer/vagrant/ubuntu.sh @@ -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}