commit a726f8d377ecca7030942f3df4103fcba6633d13
parent 72c16f0020875c4d949fb46a36055eb3f9855544
Author: Remy Noulin <loader2x@gmail.com>
Date: Thu, 3 Sep 2020 10:07:34 +0200
fix pick build, autoconf is not needed anymore and libncurses5-dev is a dependency
debian/1-system.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/1-system.sh b/debian/1-system.sh
@@ -89,7 +89,7 @@ mkdir -p /etc/.git/hooks
etckeeper init
# install pick
-apt-get install -y autotools-dev automake
+apt-get install -y libncurses5-dev
git clone https://github.com/mptre/pick
cd pick
./autogen.sh