Fix: missing skel packages for WM/DE that have them
This commit is contained in:
parent
091ea12936
commit
e5992eb278
@ -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
|
||||
@ -166,11 +166,11 @@ declare -A WM_EXT=(
|
||||
[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
|
||||
[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 {
|
||||
|
Reference in New Issue
Block a user