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

13 lines
278 B

#!/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

Powered by TurnKey Linux.