X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=install_always.sh;h=22be635b7534bde1bba9fefbcdaafb0ea4dc7cdc;hp=8ea97403ebbc0cba860f1dc4cf0160b9e3577d2c;hb=ae1c96ff21bdfe773fab67a92d3404d13d616dce;hpb=82a09c6e91adcff3cddeda00c20fdf0806f18095 diff --git a/install_always.sh b/install_always.sh old mode 100644 new mode 100755 index 8ea9740..22be635 --- a/install_always.sh +++ b/install_always.sh @@ -1,5 +1,10 @@ #!/bin/bash -# À installer sur toute nouvelle macine +# À installer sur toute nouvelle machine -apt-get install vim htop iotop iftop ipython moreutils screen git molly-guard +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}