forked from switnet/quick-jibri-installer
Add virtual modules for hwe kernel
(cherry picked from commit ca9e7e09c2
)
This commit is contained in:
parent
0215fa4c5e
commit
bc98d45c0a
|
@ -173,6 +173,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