pull/267/head
KM4ACK 2021-07-12 10:08:35 -05:00
rodzic adef0a4dc9
commit 3a55f07c0b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -187,7 +187,7 @@ by connecting to the internet or attaching a GPS" \
PISTATS() {
cd ${HOME} || return
CUR=$(curl http://www.w1hkj.com/PI/pistats.html | grep tgz | sed 's/^.*href="//;s/">.*//')
wget http://www.w1hkj.com/pi3/${CUR}
wget http://www.w1hkj.com/PI/${CUR}
tar -xzvf ${CUR}
rm ${CUR}
PISTATDIR=$(ls ${HOME} | grep pistats)