update pistats url

pull/267/head
KM4ACK 2021-07-12 10:04:49 -05:00
rodzic 220ac24373
commit adef0a4dc9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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