ans=$(dialog --ok-label "Submit" \ --backtitle "One Button Installer - Create Password" \ --title "Create password" --insecure \ --form "Arrow down for 'Repeat password', TAB for 'Submit'" \ 0 0 0 \ "Create new password:" 1 1 "" 2 1 64 0 \ "Repeat the password:" 3 1 "" 4 1 64 0 \ 3>&1 1>&2 2>&3 3>&- ); echo "$ans"