Skip to content
Snippets Groups Projects
Commit 33b4c0de authored by John Doe's avatar John Doe
Browse files

fix endline which caused dmenu to not be installed on arch

parent eef4471c
No related branches found
No related tags found
No related merge requests found
......@@ -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 ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment