]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
typo
[scripts-20-100.git] / install_always.sh
index ebeacfc3154ca04381dfc6425712f7b2f3975b2b..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"
+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"
 
-apt-get install ${packages} ${cool}
+# NB : build-essential contient make, autoconf contient automake
+
+apt-get install ${base} ${cool}