]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[install_always] +netcat, apt-file, pv
authorVincent Le Gallic <legallic@crans.org>
Thu, 20 Mar 2014 18:48:50 +0000 (19:48 +0100)
committerVincent Le Gallic <legallic@crans.org>
Thu, 20 Mar 2014 18:49:15 +0000 (19:49 +0100)
Merci Remram

install_always.sh

index a50a58b0905a43a688647d757f804b5ed1bf8ef1..eecc8d291c05b1685f82dd3557e18aa944329bec 100755 (executable)
@@ -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}