File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/commands/applications-setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ setupDWM() {
15
15
$ESCALATION_TOOL " $PACKAGER " -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 libxcb
16
16
;;
17
17
apt)
18
- $ESCALATION_TOOL " $PACKAGER " install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev
18
+ $ESCALATION_TOOL " $PACKAGER " install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev libx11-xcb1
19
19
;;
20
20
dnf)
21
21
$ESCALATION_TOOL " $PACKAGER " groupinstall -y " Development Tools"
22
- $ESCALATION_TOOL " $PACKAGER " install -y libx11 -devel libxinerama -devel libxft -devel imlib2-devel libxcb-devel
22
+ $ESCALATION_TOOL " $PACKAGER " install -y libX11 -devel libXinerama -devel libXft -devel imlib2-devel libxcb-devel
23
23
;;
24
24
* )
25
25
echo " Unsupported package manager: $PACKAGER "
@@ -302,4 +302,4 @@ setupDWM
302
302
makeDWM
303
303
install_nerd_font
304
304
clone_config_folders
305
- configure_backgrounds
305
+ configure_backgrounds
You can’t perform that action at this time.
0 commit comments