]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - install_always.sh
[mountdisk] Corrections, ajout du "all" + script pour démonter/monter au reboot
[scripts-20-100.git] / install_always.sh
old mode 100644 (file)
new mode 100755 (executable)
index 8ea9740..a50a58b
@@ -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}