From 8994bde91ecfe0248371f49e879525cd0854cf5e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Sep 2020 08:57:18 -0400 Subject: [PATCH] added git pull --- groundstation/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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