From: Vincent Le Gallic Date: Mon, 9 Dec 2013 18:07:14 +0000 (+0100) Subject: [install_always] +rlwrap X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=1781bba87c7610c3d302fabcd9767586905b9514 [install_always] +rlwrap --- diff --git a/install_always.sh b/install_always.sh index e2dff1e..45d94c4 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 automake" +cool="ack-grep colordiff nmap automake rlwrap" apt-get install ${packages} ${cool}