Fix: missing skel packages for WM/DE that have them

This commit is contained in:
natemaia 2019-08-18 14:33:30 -07:00
parent 091ea12936
commit e5992eb278

View File

@ -5,7 +5,7 @@
# Some ideas and code reworked from other resources # Some ideas and code reworked from other resources
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due # 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 DIST="ArchLabs" # linux distributor
MNT="/mnt" # install mountpoint MNT="/mnt" # install mountpoint
ANS="/tmp/ans" # dialog answer file 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 { # packages installed for each wm/de, most are depends of the skel packages {
declare -A WM_EXT=( declare -A WM_EXT=(
[dwm]='' # NA [dwm]='' # NA
[gnome]='' # NA [gnome]='' # NA
[awesome]='' # NA [awesome]='' # NA
[plasma]='kdebase-meta' # base plasma application set [plasma]='kdebase-meta' # base plasma application set
[bspwm]='' # see deps of bspwm-skel [bspwm]='archlabs-skel-bspwm' # see deps of archlabs-skel-bspwm
[fluxbox]='' # see deps of fluxbox-skel [fluxbox]='archlabs-skel-fluxbox' # see deps of archlabs-skel-fluxbox
[i3-gaps]='' # see deps of i3-gaps-skel [i3-gaps]='archlabs-skel-i3-gaps' # see deps of archlabs-skel-i3-gaps
[openbox]='' # see deps of openbox-skel [openbox]='archlabs-skel-openbox' # see deps of archlabs-skel-openbox
[xfce4]='xfce4-goodies' # see deps of xfce4-skel [xfce4]='archlabs-skel-xfce4 xfce4-goodies' # see deps of archlabs-skel-xfce4
) # } ) # }
# files that can be edited after install is complete { # files that can be edited after install is complete {