X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=install_always.sh;h=277cd68dd54852983dd99c5c00a38a81cf6d6381;hp=a50a58b0905a43a688647d757f804b5ed1bf8ef1;hb=e9504c760701ba588a4848a83571f9cd6761a744;hpb=ffc93be868e1b0caa822982186fb8a42fb0ec208 diff --git a/install_always.sh b/install_always.sh index a50a58b..277cd68 100755 --- a/install_always.sh +++ b/install_always.sh @@ -1,8 +1,10 @@ #!/bin/bash -# À installer sur toute nouvelle macine +# À installer sur toute nouvelle machine -base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make" -cool="ack-grep colordiff nmap automake rlwrap ncdu" +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}