From 3a803badbbdf9133a9794bb230e9d300710a6648 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 24 Sep 2020 14:16:07 -0500 Subject: [PATCH] add piQtTermTCP --- functions/utility.function | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/functions/utility.function b/functions/utility.function index d3565f6..26801d1 100644 --- a/functions/utility.function +++ b/functions/utility.function @@ -215,8 +215,30 @@ TELNET(){ sudo apt install -y telnet } - - +################################## +# PiQtTermTCP +################################## +PITERM(){ +cd $DIR +wget https://www.cantab.net/users/john.wiseman/Downloads/Beta/piQtTermTCP +sudo chmod +x piQtTermTCP +sudo mv piQtTermTCP /usr/local/bin/ + +cat > piqttermtcp.desktop <