From 1ffa16de9db75c8dab4d6ce50dcd1aa4c40822ad Mon Sep 17 00:00:00 2001 From: Pecusx Date: Fri, 5 May 2017 23:57:50 +0200 Subject: [PATCH] Force loopback module install --- html/scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/scripts/update.sh b/html/scripts/update.sh index 17970fd..27ea131 100644 --- a/html/scripts/update.sh +++ b/html/scripts/update.sh @@ -2,7 +2,7 @@ cp --preserve=timestamp -R /usr/share/radio/hardware/ir/lircrc /etc/lirc/ # Set up loopback audio module -modprobe snd-aloop +modprobe -f snd-aloop # Install darkice for encoding said audio stream into mp3 apt-get -y install darkice