OSDN Git Service

Fix: missing skel packages for WM/DE that have them
authornatemaia <natemaia10@gmail.com>
Sun, 18 Aug 2019 21:33:30 +0000 (14:33 -0700)
committernatemaia <natemaia10@gmail.com>
Sun, 18 Aug 2019 21:33:30 +0000 (14:33 -0700)
archlabs-installer

index a643f24..213da13 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.51"     # installer version
+VER="2.0.52"     # installer version
 DIST="ArchLabs"  # linux distributor
 MNT="/mnt"       # install mountpoint
 ANS="/tmp/ans"   # dialog answer file
@@ -162,15 +162,15 @@ declare -A WM_SESSIONS=(
 
 # packages installed for each wm/de, most are depends of the skel packages {
 declare -A WM_EXT=(
-[dwm]=''                # NA
-[gnome]=''              # NA
-[awesome]=''            # NA
-[plasma]='kdebase-meta' # base plasma application set
-[bspwm]=''              # see deps of bspwm-skel
-[fluxbox]=''            # see deps of fluxbox-skel
-[i3-gaps]=''            # see deps of i3-gaps-skel
-[openbox]=''            # see deps of openbox-skel
-[xfce4]='xfce4-goodies' # see deps of xfce4-skel
+[dwm]=''                                    # NA
+[gnome]=''                                  # NA
+[awesome]=''                                # NA
+[plasma]='kdebase-meta'                     # base plasma application set
+[bspwm]='archlabs-skel-bspwm'               # see deps of archlabs-skel-bspwm
+[fluxbox]='archlabs-skel-fluxbox'           # see deps of archlabs-skel-fluxbox
+[i3-gaps]='archlabs-skel-i3-gaps'           # see deps of archlabs-skel-i3-gaps
+[openbox]='archlabs-skel-openbox'           # see deps of archlabs-skel-openbox
+[xfce4]='archlabs-skel-xfce4 xfce4-goodies' # see deps of archlabs-skel-xfce4
 ) # }
 
 # files that can be edited after install is complete {