From 9615503e03b7ecc9d128fbc5fd5f6253bef8538c Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 12 May 2021 11:12:10 -0500 Subject: [PATCH] Add kernel tools to enable perf analysis --- quick_jibri_installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \