diff --git a/citrine.internal.sh b/citrine.internal.sh index 99714ee..8d48bd5 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -43,7 +43,7 @@ pacman-key --populate crystal yesno "Do you need a keyboard layout other than QWERTY US?" KBD="$yn" -echo "KBD=$response" +echo "KBD=$KBD" # TODO: layout select in dialog if [[ "$KBD" == "0" || "$KBD" == "0" ]]; then @@ -64,7 +64,7 @@ fi clear yesno "Would you like to partition manually?" -echo "PMODE=$response" +echo "PMODE=$yn" PMODE="$yn" dumptitle="System Disks" diff --git a/continue.sh b/continue.sh index bb75b6f..9f17971 100755 --- a/continue.sh +++ b/continue.sh @@ -37,7 +37,7 @@ clear TZ="/usr/share/LMAO/XD" while [[ ! -f $TZ ]]; do msgbox "Pick a time zone (Format: America/New_York , Europe/London, etc)" - PT="$response" + PT="$msgdat" TZ="/usr/share/zoneinfo/${PT}" done