]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[install_always] Nan mais comment on peut vivre sur une machine sans bash-completion ?
authorVincent Le Gallic <legallic@crans.org>
Sat, 5 Apr 2014 09:59:02 +0000 (11:59 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 5 Apr 2014 09:59:02 +0000 (11:59 +0200)
install_always.sh

index 4c1a090a30ed04c3d71f80589ab42936f80d172c..432fb4264468954af4b6af8a3c5393a262821205 100755 (executable)
@@ -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}