From: Vincent Le Gallic Date: Sat, 5 Apr 2014 09:59:02 +0000 (+0200) Subject: [install_always] Nan mais comment on peut vivre sur une machine sans bash-completion ? X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=645a2c2a672d99c95568d9e29330fbfe36f5dd06 [install_always] Nan mais comment on peut vivre sur une machine sans bash-completion ? --- diff --git a/install_always.sh b/install_always.sh index 4c1a090..432fb42 100755 --- a/install_always.sh +++ b/install_always.sh @@ -2,7 +2,7 @@ # À installer sur toute nouvelle machine -base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make netcat apt-file" +base="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock make netcat apt-file" cool="ack-grep colordiff nmap automake rlwrap ncdu pv" apt-get install ${base} ${cool}