diff --git a/groundstation/update.sh b/groundstation/update.sh index eff5c357..817596fe 100755 --- a/groundstation/update.sh +++ b/groundstation/update.sh @@ -3,10 +3,13 @@ echo -e "\nUpdating configurations. \n" +cd ~/CubeSatSim && git pull + 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 ~/readme.txt +sudo cp ~/CubeSatSim/groundstation/*.desktop ~/Desktop