From 617e6c611f3ff64f36cdb665fed7badce377f07a Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 21 Oct 2021 12:32:19 +0200 Subject: [PATCH] line 289 was missing a then --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index e897229..9674f63 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -286,7 +286,7 @@ inf "After install, you can edit /etc/locale.conf to change the primary if desir inf "Press enter" prompt "" -if [[ -f /mnt/keymap ]]; +if [[ -f /mnt/keymap ]]; then inf "You set a custom keymap. We're making that change to the new system, too." KMP=$(cat /keymap) rm /mnt/keymap