Refactor install logic, use file-based overrides per OS/distro
This commit is contained in:
8
installs_and_builds/custom_dmenu_default
Executable file
8
installs_and_builds/custom_dmenu_default
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# for now, use luke's build; i can make my own fork later if desired
|
||||
git clone https://github.com/LukeSmithxyz/dmenu.git
|
||||
|
||||
pushd dmenu > /dev/null
|
||||
sudo make clean install
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user