From 3a0ce3411d2c1c9e2d824936b2cc29e6f7852f36 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 3 Oct 2020 03:21:38 -0500 Subject: [PATCH] Add emphasis to the kernel importance --- tools/test-jibri-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index 577a927..bfb3725 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -61,7 +61,7 @@ apt -y install --only-upgrade jibri echo -e "\n# -- Test kernel modules --\n" if [ -z $SND_AL_MODULE ]; then - echo -e "No module snd_aloop detected.\nIf you just installed a new kernel, \ + echo -e "No module snd_aloop detected. <== IMPORTANT!\nIf you just installed a new kernel, \ please try rebooting.\nFor now wait 'til the end of the recommended kernel installation." echo "# Check and Install HWE kernel if possible..." if [ "$HWE_VIR_MOD" == "1" ]; then