X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=9cf33ae27fdc8fc4633a0c294c2e58e085424c7b;hb=55fd9b5180455e4e98efd5632155f23e6015e093;hp=a29017539abcfa7d56b81a8a1c5050573c6c3aa7;hpb=850c2ba028605fbd9e3faab6b092c62af879ee6b;p=scripts-20-100.git diff --git a/install_always.sh b/install_always.sh index a290175..9cf33ae 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" +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" + +# NB : build-essential contient make, autoconf contient automake apt-get install ${base} ${cool}