OSDN Git Service

Fix syntax error
authornatemaia <natemaia10@gmail.com>
Sun, 13 Oct 2019 23:35:11 +0000 (16:35 -0700)
committernatemaia <natemaia10@gmail.com>
Sun, 13 Oct 2019 23:35:11 +0000 (16:35 -0700)
archlabs-installer

index 632f617..bd132a9 100755 (executable)
@@ -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