Add testssl to options

This commit is contained in:
RealStickman 2022-01-04 13:41:47 +01:00
parent abaad00cf9
commit f6a14ddc13

View File

@ -97,7 +97,8 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
50 "Easystroke" on 50 "Easystroke" on
60 "Discord" on 60 "Discord" on
61 "Element" on 61 "Element" on
62 "Telegram" on) 62 "Telegram" on
70 "TestSSL" off)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
clear clear
for choice in $choices for choice in $choices
@ -170,6 +171,9 @@ do
#in_telegram=1 #in_telegram=1
echo "telegram-desktop" >> "$setupdir/selectedpkgs.txt" echo "telegram-desktop" >> "$setupdir/selectedpkgs.txt"
;; ;;
70)
echo "testssl.sh" >> "$setupdir/selectedpkgs.txt"
;;
esac esac
done done