commit 197f82a875b889f86eae8863f0c0c9e27a83fdea parent 1b0b91334a6cc43de5e3e231f4be7ee9ff71444f Author: Remy Noulin <loader2x@gmail.com> Date: Fri, 11 Aug 2023 19:22:49 +0200 build pick and yank in slackware slackware/1-system.sh | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) Diffstat:
| M | slackware/1-system.sh | | | 24 | +++++++++++------------- |
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/slackware/1-system.sh b/slackware/1-system.sh @@ -75,18 +75,16 @@ cd - etckeeper init # install pick -##apt-get install -y libncurses5-dev -# git clone https://github.com/mptre/pick -# cd pick -# ./autogen.sh -# ./configure -# make install clean -# cd .. -# -# # install yank -# git clone https://github.com/mptre/yank -# cd yank -# make install clean -# cd .. +git clone https://github.com/mptre/pick +cd pick +./configure +make install clean +cd .. + +# install yank +git clone https://github.com/mptre/yank +cd yank +make install clean +cd .. # end