X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=432fb4264468954af4b6af8a3c5393a262821205;hb=8bcf2e49f9d3b084598a1f2a6793382c0a5af22f;hp=ebeacfc3154ca04381dfc6425712f7b2f3975b2b;hpb=78fdb4c35d376ef28c25d764c5dcc92ba2237019;p=scripts-20-100.git diff --git a/install_always.sh b/install_always.sh index ebeacfc..432fb42 100755 --- a/install_always.sh +++ b/install_always.sh @@ -1,8 +1,8 @@ #!/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 make netcat apt-file" +cool="ack-grep colordiff nmap automake rlwrap ncdu pv" -apt-get install ${packages} ${cool} +apt-get install ${base} ${cool}