X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=install_always.sh;h=22be635b7534bde1bba9fefbcdaafb0ea4dc7cdc;hp=4c1a090a30ed04c3d71f80589ab42936f80d172c;hb=HEAD;hpb=97a9f8718f58ec54e90ffce6e241552ceb611cc3 diff --git a/install_always.sh b/install_always.sh index 4c1a090..22be635 100755 --- a/install_always.sh +++ b/install_always.sh @@ -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 binutils tree curl dos2unix" + +# NB : build-essential contient make, autoconf contient automake apt-get install ${base} ${cool}