Skip to content
Snippets Groups Projects
Commit 4e5dffac authored by alexis's avatar alexis
Browse files

xinit missing

parent 3eb09d34
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if [ "$distro" == "Debian" ]; then ...@@ -14,7 +14,7 @@ if [ "$distro" == "Debian" ]; then
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# dwm depedencies # dwm depedencies
sudo apt install build-essential libx11-dev libxft-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev\ sudo apt install build-essential libx11-dev libxft-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev\
xbacklight alsa-utils xss-lock slock xbacklight alsa-utils xss-lock slock xinit
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