We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc2c07 commit 673e11dCopy full SHA for 673e11d
functions/utility.function
@@ -433,6 +433,11 @@ sudo apt install -y zygrib-maps
433
# GPS update tool
434
##################################
435
GPSUPDATE(){
436
+#remove existing file if needed before installing
437
+if [ -f $HOME/bin/gpsupdate ]; then
438
+rm $HOME/bin/gpsupdate
439
+fi
440
+
441
cd $HOME/bin
442
wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsupdate
443
chmod +x gpsupdate
0 commit comments