]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
typo
[scripts-20-100.git] / install_always.sh
index 432fb4264468954af4b6af8a3c5393a262821205..22be635b7534bde1bba9fefbcdaafb0ea4dc7cdc 100755 (executable)
@@ -2,7 +2,9 @@
 
 # À installer sur toute nouvelle machine
 
-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"
+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}