]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
typo
[scripts-20-100.git] / install_always.sh
index a29017539abcfa7d56b81a8a1c5050573c6c3aa7..22be635b7534bde1bba9fefbcdaafb0ea4dc7cdc 100755 (executable)
@@ -1,8 +1,10 @@
 #!/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="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock build-essential netcat apt-file"
+cool="ack-grep colordiff nmap autoconf rlwrap ncdu pv binutils tree curl dos2unix"
+
+# NB : build-essential contient make, autoconf contient automake
 
 apt-get install ${base} ${cool}