]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
[bde] depenses.py : inversion gains/dépenses
[scripts-20-100.git] / install_always.sh
index 4c1a090a30ed04c3d71f80589ab42936f80d172c..277cd68dd54852983dd99c5c00a38a81cf6d6381 100755 (executable)
@@ -2,7 +2,9 @@
 
 # À installer sur toute nouvelle machine
 
-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"
+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"
+
+# NB : build-essential contient make, autoconf contient automake
 
 apt-get install ${base} ${cool}