diff --git a/arch-setup/install.sh b/arch-setup/install.sh index e80528fb..1c01a2eb 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -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