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 ...@@ -101,8 +101,7 @@ elif [ "$distro" == "Arch" ]; then
read yn read yn
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# dwm depedencies # dwm depedencies
sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig sudo pacman -S base-devel libx11 libxft libxinerama freetype2 fontconfig xorg-xbacklight alsa-utils dmenu
xorg-xbacklight alsa-utils dmenu
echo 'Compiling st' echo 'Compiling st'
cd st && sudo make clean install && cd .. 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