kopia lustrzana https://github.com/km4ack/pi-build
add pistats
rodzic
3f3ebb62c5
commit
ce3b650537
10
update
10
update
|
@ -606,6 +606,15 @@ else
|
|||
TQSL="Installed"
|
||||
fi
|
||||
|
||||
#----------------------------------------------------#
|
||||
# PISTATS
|
||||
#----------------------------------------------------#
|
||||
if ! hash tqsl 2>/dev/null; then
|
||||
PISTATS="Not Installed"
|
||||
else
|
||||
PISTATS="Installed"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -859,6 +868,7 @@ false "TEMPCONVERT" "$TEMPCONVERT" "Temperature Converter" \
|
|||
false "GPARTED" "$GPARTED" "Disk Utility Application" \
|
||||
false "RTC" "$RTC" "Real Time Clock" \
|
||||
false "SHOWLOG" "$SHOWLOG" "Log File Viewer" \
|
||||
false "PISTATS" "$PISTATS" "Pi3/4 Stats Monitor" \
|
||||
--button="Exit":1 \
|
||||
--button="Install/Update Selected":2 > $UTILITY
|
||||
BUT=$?
|
||||
|
|
Ładowanie…
Reference in New Issue