diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index ac44e8e..4531737 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -327,7 +327,8 @@ echo "# Check and Install HWE kernel if possible..." HWE_VIR_MOD=$(apt-cache madison linux-image-generic-hwe-$(lsb_release -sr) 2>/dev/null|head -n1|grep -c "hwe-$(lsb_release -sr)") if [ "$HWE_VIR_MOD" = "1" ]; then apt-get -y install \ - linux-image-generic-hwe-$(lsb_release -sr) + linux-image-generic-hwe-$(lsb_release -sr) \ + linux-tools-generic-hwe-$(lsb_release -sr) else apt-get -y install \ linux-image-generic \