X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=432fb4264468954af4b6af8a3c5393a262821205;hb=87be498cfd4322b14066b088f0e2fcef4d59a9a0;hp=8ea97403ebbc0cba860f1dc4cf0160b9e3577d2c;hpb=82a09c6e91adcff3cddeda00c20fdf0806f18095;p=scripts-20-100.git diff --git a/install_always.sh b/install_always.sh old mode 100644 new mode 100755 index 8ea9740..432fb42 --- a/install_always.sh +++ b/install_always.sh @@ -1,5 +1,8 @@ #!/bin/bash -# À installer sur toute nouvelle macine +# À installer sur toute nouvelle machine -apt-get install vim htop iotop iftop ipython moreutils screen git molly-guard +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}