forked from switnet/quick-jibri-installer
Add virtual modules for hwe kernel
This commit is contained in:
parent
c8aa58a7f8
commit
ca9e7e09c2
|
@ -171,6 +171,7 @@ apt-get -y install \
|
||||||
htop \
|
htop \
|
||||||
letsencrypt \
|
letsencrypt \
|
||||||
linux-image-generic-hwe-$(lsb_release -r|awk '{print$2}') \
|
linux-image-generic-hwe-$(lsb_release -r|awk '{print$2}') \
|
||||||
|
linux-modules-extra-virtual-hwe-$(lsb_release -r|awk '{print$2}') \
|
||||||
unzip \
|
unzip \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue