From 6ff23297953121bba6258f0942ff35248844e016 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Oct 2020 18:36:58 -0400 Subject: [PATCH] added alsa loopback install --- groundstation/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/update.sh b/groundstation/update.sh index 817596fe..ad47786a 100755 --- a/groundstation/update.sh +++ b/groundstation/update.sh @@ -5,6 +5,8 @@ echo -e "\nUpdating configurations. \n" cd ~/CubeSatSim && git pull +sudo modprobe snd-aloop + sudo cp ~/CubeSatSim/groundstation/config_webrx.py /etc/openwebrx/config_webrx.py sudo cp ~/CubeSatSim/groundstation/bookmarks.json /etc/openwebrx/bookmarks.json