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