From 78fdb4c35d376ef28c25d764c5dcc92ba2237019 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 7 Dec 2013 19:20:25 +0100 Subject: [PATCH] Plus d'auto-packages --- install_always.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- 2.39.2