fix gpsupdate tool

pull/212/head
KM4ACK 2021-02-06 07:16:31 -06:00
rodzic 1bc2c07126
commit 673e11d354
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -433,6 +433,11 @@ sudo apt install -y zygrib-maps
# GPS update tool
##################################
GPSUPDATE(){
#remove existing file if needed before installing
if [ -f $HOME/bin/gpsupdate ]; then
rm $HOME/bin/gpsupdate
fi
cd $HOME/bin
wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsupdate
chmod +x gpsupdate