Refactor install logic, use file-based overrides per OS/distro
This commit is contained in:
7
installs_and_builds/custom_dwm_default
Executable file
7
installs_and_builds/custom_dwm_default
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
git clone https://git.drinkingtea.net/david/dwm.git
|
||||
|
||||
pushd dwm > /dev/null
|
||||
sudo make clean install
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user