From ea1a876a5600515c71f26aaad626d80518dd4538 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 17 Nov 2018 13:27:18 +1100 Subject: [PATCH] add yourtilde (needs testing) --- setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 65ce99f..f56a120 100644 --- a/setup.sh +++ b/setup.sh @@ -137,11 +137,12 @@ setup_keys() { } pick_account() { - answers="1 2" + answers="1 2 3" answer="" echo "What account would you like to configure?" echo " 1) tilde.town" echo " 2) tilde.team" + echo " 3) yourtilde.com" read -r answer if is_substring "$answer" "$answers" @@ -153,6 +154,8 @@ pick_account() { "2") setup_keys "tilde.team" "team" ;; + "3") + setup_keys "yourtilde.com" "your" esac else echo "\"$answer\" is not a valid option."