From 33b4c0de5e6d2956d177570cf1be927a07c11fff Mon Sep 17 00:00:00 2001
From: John Doe <johndoe@example.com>
Date: Sat, 23 Sep 2023 23:22:08 +0200
Subject: [PATCH] fix endline which caused dmenu to not be installed on arch

---
 setup.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.sh b/setup.sh
index 67173e1..bb0d83c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -101,8 +101,7 @@ elif [ "$distro" == "Arch" ]; then
     read yn
     if [ "$yn" == 'y' ]; then
         # dwm depedencies
-        sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig
-		xorg-xbacklight alsa-utils dmenu
+        sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig xorg-xbacklight alsa-utils dmenu
 		
 	echo 'Compiling st'
 	cd st && sudo make clean install && cd ..
-- 
GitLab