X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=install_always.sh;h=277cd68dd54852983dd99c5c00a38a81cf6d6381;hp=45d94c482b79dc4f08ca8022f17cdf20e76e1931;hb=7e4a560133f4679b54210d674b306f58373d99d9;hpb=1781bba87c7610c3d302fabcd9767586905b9514 diff --git a/install_always.sh b/install_always.sh index 45d94c4..277cd68 100755 --- a/install_always.sh +++ b/install_always.sh @@ -1,8 +1,10 @@ #!/bin/bash -# À installer sur toute nouvelle macine +# À installer sur toute nouvelle machine -base="vim htop iotop iftop ipython moreutils screen git molly-guard vlock make" -cool="ack-grep colordiff nmap automake rlwrap" +base="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock build-essential netcat apt-file" +cool="ack-grep colordiff nmap autoconf rlwrap ncdu pv" -apt-get install ${packages} ${cool} +# NB : build-essential contient make, autoconf contient automake + +apt-get install ${base} ${cool}