4.0 release merge #16

Merged
Ark74 merged 54 commits from unstable into master 2020-10-11 07:30:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 748cc905b9 - Show all commits

View File

@ -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