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