Skip to content
Snippets Groups Projects
Commit 3fbe1be6 authored by CALIN Alexis's avatar CALIN Alexis
Browse files

changed setup.sh and used chmod +x

parent 75074210
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
File mode changed from 100644 to 100755
install-dwm.sh 100644 → 100755
File mode changed from 100644 to 100755
setup-tui.sh 100644 → 100755
File mode changed from 100644 to 100755
setup.sh 100644 → 100755
...@@ -14,8 +14,8 @@ if [ "$distro" == "Debian" ]; then ...@@ -14,8 +14,8 @@ 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
install-dwm ./install-dwm.sh
fix-screen-tearing ./fix-screen-tearing.sh
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment