From e5992eb2785f71b94d229233af7bdf87e7d20f17 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 18 Aug 2019 14:33:30 -0700 Subject: [PATCH] Fix: missing skel packages for WM/DE that have them --- archlabs-installer | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/archlabs-installer b/archlabs-installer index a643f24..213da13 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.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 {