diff --git a/groundstation/update.sh b/groundstation/update.sh new file mode 100755 index 00000000..20bc3371 --- /dev/null +++ b/groundstation/update.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# + +echo -e "\nUpdating configurations. \n" + +sudo cp ~/CubeSatSim/groundstation/config_webrx.py /etc/openwebrx/config_webrx.py + +sudo cp ~/CubeSatSim/groundstation/bookmarks.json /etc/openwebrx/bookmarks.json + +sudo cp ~/CubeSatSim/groundstation/readme.txt ~/Desktop + +