From f460f3a916593eed72bc7d5b50f27a23aad0f602 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 14 May 2014 19:59:12 +0200 Subject: [PATCH] [install_always] better use rdependers --- install_always.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install_always.sh b/install_always.sh index 432fb42..277cd68 100755 --- a/install_always.sh +++ b/install_always.sh @@ -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} -- 2.39.2