From 168f7ec8f3932b7ecfb117a1c6d9286a150708a3 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 13 Oct 2019 16:35:11 -0700 Subject: [PATCH] Fix syntax error --- archlabs-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archlabs-installer b/archlabs-installer index 632f617..bd132a9 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -5,7 +5,7 @@ # Some ideas and code reworked from other resources # AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due -VER=2.0.77 +VER=2.0.78 # bulk default values { @@ -2134,7 +2134,7 @@ live() msg "No Session" "\nRunning live requires a session to use.\n\nExiting..\n" 2 clear die 1 - if ! select_keymap; then + elif ! select_keymap; then clear die 0 elif ! net_connect; then