From: Vincent Le Gallic Date: Sun, 8 Dec 2013 12:34:09 +0000 (+0100) Subject: [install_always] automake utile aussi X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=f558773ca2d116e4a3b11491077c204c3f9f1b2a [install_always] automake utile aussi --- diff --git a/install_always.sh b/install_always.sh index ebeacfc..e2dff1e 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" apt-get install ${packages} ${cool}