]> 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
index e2dff1edf15807250dd8fab3367726b22cfa8b25..a50a58b0905a43a688647d757f804b5ed1bf8ef1 100755 (executable)
@@ -3,6 +3,6 @@
 # À installer sur toute nouvelle macine
 
 base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make"
-cool="ack-grep colordiff nmap automake"
+cool="ack-grep colordiff nmap automake rlwrap ncdu"
 
-apt-get install ${packages} ${cool}
+apt-get install ${base} ${cool}