diff --git a/update b/update index 52d2ae2..6686339 100755 --- a/update +++ b/update @@ -653,8 +653,26 @@ fi } +#----------------------------------------------------# +# TELNET +#----------------------------------------------------# +if ! hash telnet 2>/dev/null; then +TEL="Not Installed" +else +TEL="Installed" +fi CHECK +#################################################################### +#################################################################### +#################################################################### +#################################################################### +#################################################################### +#################################################################### +#################################################################### +#################################################################### +#################################################################### + ##################################### # Get User Call ##################################### @@ -909,6 +927,7 @@ 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" \ +false "TELNET" "$TEL" "Telnet Protocol" \ --button="Exit":1 \ --button="Install/Update Selected":2 > $UTILITY BUT=$?