From 35594820a89cceb5353c9c930272b06a602ed586 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 20 Mar 2014 19:48:50 +0100 Subject: [PATCH] [install_always] +netcat, apt-file, pv Merci Remram --- install_always.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_always.sh b/install_always.sh index a50a58b..eecc8d2 100755 --- a/install_always.sh +++ b/install_always.sh @@ -2,7 +2,7 @@ # À installer sur toute nouvelle macine -base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make" -cool="ack-grep colordiff nmap automake rlwrap ncdu" +base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make netcat apt-file" +cool="ack-grep colordiff nmap automake rlwrap ncdu pv" apt-get install ${base} ${cool} -- 2.39.2