diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 89962f2..d3884c7 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -62,7 +62,7 @@ Installing nginx webserver! fi } check_snd_driver() { -# ALSA - Loopback +echo -e "\n# Checking ALSA - Loopback module..." echo "snd-aloop" | tee -a /etc/modules modprobe snd-aloop if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; then