From bc98d45c0a2584e92977af9488671f4d4314d2a2 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 (cherry picked from commit ca9e7e09c27b619024292d5e4b5fc0729e40a546) --- quick_jibri_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index d7b13b0..4cd67ce 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -173,6 +173,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