diff options
Diffstat (limited to 'st')
-rwxr-xr-x | st/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/st/deploy.sh b/st/deploy.sh index aeb65e6..0532924 100755 --- a/st/deploy.sh +++ b/st/deploy.sh @@ -6,6 +6,7 @@ wd="$HOME/.local/src/st" rm -rf "$wd" git clone https://git.suckless.org/st "$wd" +git -C "$wd" checkout 9846a56bd7fdc86bf788db04bbbcbde7b7eb9952 patch -d "$wd" -p1 -i $(realpath davidovski.patch) |