Add testssl to options
This commit is contained in:
parent
abaad00cf9
commit
f6a14ddc13
@ -97,7 +97,8 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
||||
50 "Easystroke" on
|
||||
60 "Discord" on
|
||||
61 "Element" on
|
||||
62 "Telegram" on)
|
||||
62 "Telegram" on
|
||||
70 "TestSSL" off)
|
||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||
clear
|
||||
for choice in $choices
|
||||
@ -170,6 +171,9 @@ do
|
||||
#in_telegram=1
|
||||
echo "telegram-desktop" >> "$setupdir/selectedpkgs.txt"
|
||||
;;
|
||||
70)
|
||||
echo "testssl.sh" >> "$setupdir/selectedpkgs.txt"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user