]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
[couteau_suisse] Ajout du dn et d'un commentaire
[scripts-20-100.git] / install_always.sh
index 8ea97403ebbc0cba860f1dc4cf0160b9e3577d2c..432fb4264468954af4b6af8a3c5393a262821205 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
-# À installer sur toute nouvelle macine
+# À installer sur toute nouvelle machine
 
-apt-get install vim htop iotop iftop ipython moreutils screen git molly-guard
+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}