diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-02 22:28:07 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-02 22:28:07 -0800 |
| commit | 9624338777faede7e6fc7027a5ebd827f699dc5d (patch) | |
| tree | 55b1581c27ce3aa4032c0e45b6e6671e560805b7 /slstatus/setup.sh | |
| parent | 870308dea5afaff169b80087615403303425ea11 (diff) | |
status and xinitrc
Diffstat (limited to 'slstatus/setup.sh')
| -rwxr-xr-x | slstatus/setup.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/slstatus/setup.sh b/slstatus/setup.sh new file mode 100755 index 0000000..18af177 --- /dev/null +++ b/slstatus/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e +set -x + +tar -xzf slstatus-1.1.tar.gz +cd slstatus-1.1 +patch <../my.diff +make config.h +sudo make install |
