Refactor install logic, use file-based overrides per OS/distro
This commit is contained in:
8
installs_and_builds/custom_ksh_default
Executable file
8
installs_and_builds/custom_ksh_default
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
git clone https://github.com/ibara/oksh.git
|
||||
|
||||
pushd oksh > /dev/null
|
||||
./configure
|
||||
make && sudo make install
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user