]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - install_always.sh
[bind_ftp] Dossier spécifique pour l'Upload sur zeldren
[scripts-20-100.git] / install_always.sh
1 #!/bin/bash
2
3 # À installer sur toute nouvelle machine
4
5 base="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock build-essential netcat apt-file"
6 cool="ack-grep colordiff nmap autoconf rlwrap ncdu pv binutils tree curl dos2unix"
7
8 # NB : build-essential contient make, autoconf contient automake
9
10 apt-get install ${base} ${cool}