Merge pull request #135 from km4ack/dev

fix gridtracker download
pull/147/head
KM4ACK 2020-09-12 18:38:17 -05:00 zatwierdzone przez GitHub
commit ab696f05bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ version=3.0.4
update pat winlink check
update pat winlink install
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
Change conky auto start. Fix https://github.com/km4ack/pi-build/issues/83

Wyświetl plik

@ -268,7 +268,7 @@ sudo sed -i 's/Education;/Network;HamRadio;/' /usr/local/share/applications/qsst
GRIDTRACKER(){
cd $HOME
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
GRIDTAR=$(echo $GRIDDLL | sed 's/.*\///g')
tar -xzvf $GRIDTAR