pull/267/head
KM4ACK 2021-07-05 16:51:22 -05:00
rodzic 8684cc7013
commit e95918681b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -313,7 +313,8 @@ QSSTV() {
GRIDTRACKER() {
cd ${HOME} || return
sudo apt-get install -y libgconf-2-4
GRIDDLL=$(curl -s https://tagloomis.com/downloads/ | grep Arm | head -1 | sed 's/.*href="//' | sed 's/.gz.*$/.gz/')
#Line below changed 05JULY2021 to correct https://github.com/km4ack/pi-build/issues/253
GRIDDLL=$(curl -s https://tagloomis.com/downloads/ | grep linux-arm | sed 's/^.*href="//;s/".*//')
wget --tries 2 --connect-timeout=60 $GRIDDLL
GRIDTAR=$(echo $GRIDDLL | sed 's/.*\///g')
tar -xzvf $GRIDTAR