Skip to content

Commit

Permalink
Merge branch 'main' into multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Sep 11, 2024
2 parents 3d2e5c9 + c905aee commit e8dc953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed build/linutil
Binary file not shown.
6 changes: 3 additions & 3 deletions src/commands/applications-setup/dwmtitus-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ setupDWM() {
$ESCALATION_TOOL "$PACKAGER" -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 libxcb
;;
apt)
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev libx11-xcb1
;;
dnf)
$ESCALATION_TOOL "$PACKAGER" groupinstall -y "Development Tools"
$ESCALATION_TOOL "$PACKAGER" install -y libx11-devel libxinerama-devel libxft-devel imlib2-devel libxcb-devel
$ESCALATION_TOOL "$PACKAGER" install -y libX11-devel libXinerama-devel libXft-devel imlib2-devel libxcb-devel
;;
*)
echo "Unsupported package manager: $PACKAGER"
Expand Down Expand Up @@ -302,4 +302,4 @@ setupDWM
makeDWM
install_nerd_font
clone_config_folders
configure_backgrounds
configure_backgrounds

0 comments on commit e8dc953

Please sign in to comment.