From ca9e7e09c27b619024292d5e4b5fc0729e40a546 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 17 Jun 2020 17:07:41 -0500 Subject: [PATCH] Add virtual modules for hwe kernel --- quick_jibri_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 180eeb6..4baaaf5 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -171,6 +171,7 @@ apt-get -y install \ htop \ letsencrypt \ linux-image-generic-hwe-$(lsb_release -r|awk '{print$2}') \ + linux-modules-extra-virtual-hwe-$(lsb_release -r|awk '{print$2}') \ unzip \ wget