X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=a50a58b0905a43a688647d757f804b5ed1bf8ef1;hb=2eba7876ca7836aa5d82015016c1fa5fb2e09aad;hp=ebeacfc3154ca04381dfc6425712f7b2f3975b2b;hpb=78fdb4c35d376ef28c25d764c5dcc92ba2237019;p=scripts-20-100.git diff --git a/install_always.sh b/install_always.sh index ebeacfc..a50a58b 100755 --- a/install_always.sh +++ b/install_always.sh @@ -3,6 +3,6 @@ # À installer sur toute nouvelle macine base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make" -cool="ack-grep colordiff nmap" +cool="ack-grep colordiff nmap automake rlwrap ncdu" -apt-get install ${packages} ${cool} +apt-get install ${base} ${cool}