]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
gladys is up
[scripts-20-100.git] / install_always.sh
index a50a58b0905a43a688647d757f804b5ed1bf8ef1..432fb4264468954af4b6af8a3c5393a262821205 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-# À installer sur toute nouvelle macine
+# À installer sur toute nouvelle machine
 
-base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make"
-cool="ack-grep colordiff nmap automake rlwrap ncdu"
+base="bash-completion 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}