]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[install_always] better use rdependers
authorVincent Le Gallic <legallic@crans.org>
Wed, 14 May 2014 17:59:12 +0000 (19:59 +0200)
committerVincent Le Gallic <legallic@crans.org>
Wed, 14 May 2014 17:59:12 +0000 (19:59 +0200)
install_always.sh

index 432fb4264468954af4b6af8a3c5393a262821205..277cd68dd54852983dd99c5c00a38a81cf6d6381 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"
+
+# NB : build-essential contient make, autoconf contient automake
 
 apt-get install ${base} ${cool}