]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
Typo
[scripts-20-100.git] / install_always.sh
index 8ea97403ebbc0cba860f1dc4cf0160b9e3577d2c..a50a58b0905a43a688647d757f804b5ed1bf8ef1 100755 (executable)
@@ -2,4 +2,7 @@
 
 # À installer sur toute nouvelle macine
 
-apt-get install vim htop iotop iftop ipython moreutils screen git molly-guard
+base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make"
+cool="ack-grep colordiff nmap automake rlwrap ncdu"
+
+apt-get install ${base} ${cool}