From: Vincent Le Gallic Date: Thu, 20 Mar 2014 18:48:50 +0000 (+0100) Subject: [install_always] +netcat, apt-file, pv X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=35594820a89cceb5353c9c930272b06a602ed586 [install_always] +netcat, apt-file, pv Merci Remram --- 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}