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