]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
typo
[scripts-20-100.git] / install_always.sh
old mode 100644 (file)
new mode 100755 (executable)
index 8ea9740..22be635
@@ -1,5 +1,10 @@
 #!/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 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}