From: Vincent Le Gallic Date: Sat, 7 Dec 2013 18:20:25 +0000 (+0100) Subject: Plus d'auto-packages X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=78fdb4c35d376ef28c25d764c5dcc92ba2237019 Plus d'auto-packages --- 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}