mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Use netbsd-curses v0.3.2
This commit is contained in:
parent
f4f6919c02
commit
8c116eea2c
|
@ -33,8 +33,8 @@ sudo apt install -y --no-install-recommends musl musl-dev musl-tools
|
|||
# Enter the library dir
|
||||
cd netbsd-curses
|
||||
|
||||
# Get the last known good commit before cursor stuck issue is introduced
|
||||
git checkout f1fa19a1f36a25d0971b3d08449303e6af6f3da5
|
||||
# Get the last known working version
|
||||
git checkout v0.3.2
|
||||
|
||||
# Compile the static netbsd-curses libraries
|
||||
if [ ! -d "./libs" ]; then
|
||||
|
|
Loading…
Reference in a new issue