]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
[ftp] génération de liste à coup de find et pas ls -lRLn
[scripts-20-100.git] / install_always.sh
index 45d94c482b79dc4f08ca8022f17cdf20e76e1931..432fb4264468954af4b6af8a3c5393a262821205 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-# À installer sur toute nouvelle macine
+# À installer sur toute nouvelle machine
 
-base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make"
-cool="ack-grep colordiff nmap automake rlwrap"
+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 ${packages} ${cool}
+apt-get install ${base} ${cool}