From fd5e8a5540ffd65e4f22f5f846eded0dd2fd5847 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Mar 2022 10:08:20 -0500 Subject: [PATCH] Update ubuntu.sh --- ct/ubuntu.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index 9c8ef3be..61dc62c7 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -27,6 +27,18 @@ ${CL}" } header_info +show_menu(){ + printf " ${YW} 1)${YW} Privileged ${CL}\n" + printf " ${YW} 2)${GN} Unprivileged ${CL}\n" + + printf "Please choose a Install Method and hit enter or ${RD}x${CL} to exit." + read opt +} + +option_picked(){ + message1=${@:-"${CL}Error: No message passed"} + printf " ${YW}${message1}${CL}\n" +} show_menu while [ $opt != '' ] do