add piQtSoundModem

pull/267/head
KM4ACK 2021-07-09 10:25:38 -05:00
rodzic 2c83e2246b
commit 4fa8cea169
1 zmienionych plików z 10 dodań i 0 usunięć

10
update
Wyświetl plik

@ -795,6 +795,15 @@ echo "Checking Packet Search"
fi
fi
#----------------------------------------------------#
# piQtSoundModem
#----------------------------------------------------#
if [ -f /usr/local/bin/piQtSoundModem ]; then
QTSOUND="Installed"
else
QTSOUND="Not Installed"
fi
CHECK
####################################################################
####################################################################
@ -1064,6 +1073,7 @@ yad --center --list --checklist --width=600 --height=600 --separator="" \
false "PISTATS" "$PISTATS" "Pi3/4 Stats Monitor" \
false "TELNET" "$TEL" "Telnet Protocol" \
false "PITERM" "$PITERM" "PiQTermTCP Terminal Program" \
false "QTSOUND" "$QTSOUND" "PiQtSoundModem" \
false "SECURITY" "$SECURITY" "File Encryption Software" \
false "YGATE" "$YGATE" "Yaesu APRS Software" \
false "BPQ" "$BPQ" "LinBPQ Software" \