You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/groundstation/update.sh

20 lines
409 B

#!/bin/bash
#
echo -e "\nUpdating configurations. \n"
cd ~/CubeSatSim && git pull
if [ "$1" = "make" ]; then
make debug
fi
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

Powered by TurnKey Linux.