From 6c0fce0723621b1ce21976e82f8d37caa2feae98 Mon Sep 17 00:00:00 2001 From: Matt C Date: Wed, 20 Oct 2021 14:52:04 -0400 Subject: [PATCH] hhh fix y/n in chroot? --- continue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continue.sh b/continue.sh index 9f17971..7235978 100755 --- a/continue.sh +++ b/continue.sh @@ -17,7 +17,8 @@ prompt() { # --------------------------------- yn="" yesno() { - yn=$(dialog --title Citrine --yesno "$@" --stdout 10 80) + dialog --title Citrine --yesno "$@" --stdout 10 80 + yn=$(echo "?") } dumptitle="" @@ -146,7 +147,6 @@ pacman-key --populate crystal clear yesno "Would you like to install a DE/WM profile?" - echo "DEP=$yn" DEP="$yn"