X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=install_always.sh;h=45d94c482b79dc4f08ca8022f17cdf20e76e1931;hb=9d7b2db5754f0f7d292f683d2e5e3a5c693f7db4;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..45d94c4 --- a/install_always.sh +++ b/install_always.sh @@ -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" + +apt-get install ${packages} ${cool}