X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=277cd68dd54852983dd99c5c00a38a81cf6d6381;hb=6e324d2e57f4975054666103d1c6e3cab325763e;hp=ebeacfc3154ca04381dfc6425712f7b2f3975b2b;hpb=78fdb4c35d376ef28c25d764c5dcc92ba2237019;p=scripts-20-100.git diff --git a/install_always.sh b/install_always.sh index ebeacfc..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" +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" -apt-get install ${packages} ${cool} +# NB : build-essential contient make, autoconf contient automake + +apt-get install ${base} ${cool}