kopia lustrzana https://github.com/km4ack/pi-build
fix gpsupdate tool
rodzic
1bc2c07126
commit
673e11d354
|
@ -433,6 +433,11 @@ sudo apt install -y zygrib-maps
|
||||||
# GPS update tool
|
# GPS update tool
|
||||||
##################################
|
##################################
|
||||||
GPSUPDATE(){
|
GPSUPDATE(){
|
||||||
|
#remove existing file if needed before installing
|
||||||
|
if [ -f $HOME/bin/gpsupdate ]; then
|
||||||
|
rm $HOME/bin/gpsupdate
|
||||||
|
fi
|
||||||
|
|
||||||
cd $HOME/bin
|
cd $HOME/bin
|
||||||
wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsupdate
|
wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsupdate
|
||||||
chmod +x gpsupdate
|
chmod +x gpsupdate
|
||||||
|
|
Ładowanie…
Reference in New Issue