kopia lustrzana https://github.com/km4ack/pi-build
commit
ab696f05bf
|
@ -17,6 +17,7 @@ version=3.0.4
|
||||||
update pat winlink check
|
update pat winlink check
|
||||||
update pat winlink install
|
update pat winlink install
|
||||||
backup/restore pat config file if it exist
|
backup/restore pat config file if it exist
|
||||||
|
fix grid tracker download
|
||||||
|
|
||||||
3.0.3 Add GPS by-id to allow for different GPS units to be used (Thanks pleasantone for suggestion) https://github.com/km4ack/pi-build/issues/40
|
3.0.3 Add GPS by-id to allow for different GPS units to be used (Thanks pleasantone for suggestion) https://github.com/km4ack/pi-build/issues/40
|
||||||
Change conky auto start. Fix https://github.com/km4ack/pi-build/issues/83
|
Change conky auto start. Fix https://github.com/km4ack/pi-build/issues/83
|
||||||
|
|
|
@ -268,7 +268,7 @@ sudo sed -i 's/Education;/Network;HamRadio;/' /usr/local/share/applications/qsst
|
||||||
GRIDTRACKER(){
|
GRIDTRACKER(){
|
||||||
cd $HOME
|
cd $HOME
|
||||||
sudo apt-get install -y libgconf-2-4
|
sudo apt-get install -y libgconf-2-4
|
||||||
GRIDDLL=$(curl -s https://tagloomis.com/downloads/ | grep Arm | head -1 | sed 's/<p><a\ href="//' | sed 's/?.*$//')
|
GRIDDLL=$(curl -s https://tagloomis.com/downloads/ | grep Arm | head -1 | sed 's/.*href="//' | sed 's/.gz.*$/.gz/')
|
||||||
wget --tries 2 --connect-timeout=60 $GRIDDLL
|
wget --tries 2 --connect-timeout=60 $GRIDDLL
|
||||||
GRIDTAR=$(echo $GRIDDLL | sed 's/.*\///g')
|
GRIDTAR=$(echo $GRIDDLL | sed 's/.*\///g')
|
||||||
tar -xzvf $GRIDTAR
|
tar -xzvf $GRIDTAR
|
||||||
|
|
Ładowanie…
Reference in New Issue