]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
Typo
[scripts-20-100.git] / install_always.sh
index a29017539abcfa7d56b81a8a1c5050573c6c3aa7..4c1a090a30ed04c3d71f80589ab42936f80d172c 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"
+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}