diff --git a/functions/base.function b/functions/base.function index 4869292..6d38550 100644 --- a/functions/base.function +++ b/functions/base.function @@ -166,3 +166,30 @@ AX25() { PULSE() { sudo apt-get install -y pavucontrol } + +################################## +# 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 || return + wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsupdate + chmod +x gpsupdate + + cat >gpsupdate.desktop <