OSDN Git Service

Fix syntax error in select_login()
authornatemaia <natemaia10@gmail.com>
Sun, 25 Aug 2019 18:43:12 +0000 (11:43 -0700)
committernatemaia <natemaia10@gmail.com>
Sun, 25 Aug 2019 18:43:12 +0000 (11:43 -0700)
archlabs-installer

index 96f55ca..93d88d5 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.57"     # installer version
+VER="2.0.58"     # installer version
 DIST="ArchLabs"  # linux distributor
 MNT="/mnt"       # install mountpoint
 ANS="/tmp/ans"   # dialog answer file
@@ -425,7 +425,7 @@ select_login()
        if [[ -z $LOGIN_TYPE ]]; then
                dlg LOGIN_TYPE menu "Login Management" "\nSelect what kind of login management to use." \
                        "xinit"   "Console login without a display manager" \
-                       "ly"      "TUI display manager with a ncurses-like interface"
+                       "ly"      "TUI display manager with a ncurses-like interface" \
                        "lightdm" "Lightweight display manager with a gtk greeter" || return 1
        fi