fix a few borked variables

dialog
Matt C 3 years ago
parent a7e815bd3b
commit 248a880c2e

@ -43,7 +43,7 @@ pacman-key --populate crystal
yesno "Do you need a keyboard layout other than QWERTY US?" yesno "Do you need a keyboard layout other than QWERTY US?"
KBD="$yn" KBD="$yn"
echo "KBD=$response" echo "KBD=$KBD"
# TODO: layout select in dialog # TODO: layout select in dialog
if [[ "$KBD" == "0" || "$KBD" == "0" ]]; then if [[ "$KBD" == "0" || "$KBD" == "0" ]]; then
@ -64,7 +64,7 @@ fi
clear clear
yesno "Would you like to partition manually?" yesno "Would you like to partition manually?"
echo "PMODE=$response" echo "PMODE=$yn"
PMODE="$yn" PMODE="$yn"
dumptitle="System Disks" dumptitle="System Disks"

@ -37,7 +37,7 @@ clear
TZ="/usr/share/LMAO/XD" TZ="/usr/share/LMAO/XD"
while [[ ! -f $TZ ]]; do while [[ ! -f $TZ ]]; do
msgbox "Pick a time zone (Format: America/New_York , Europe/London, etc)" msgbox "Pick a time zone (Format: America/New_York , Europe/London, etc)"
PT="$response" PT="$msgdat"
TZ="/usr/share/zoneinfo/${PT}" TZ="/usr/share/zoneinfo/${PT}"
done done

Loading…
Cancel
Save