X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=install_always.sh;fp=install_always.sh;h=a29017539abcfa7d56b81a8a1c5050573c6c3aa7;hp=45d94c482b79dc4f08ca8022f17cdf20e76e1931;hb=850c2ba028605fbd9e3faab6b092c62af879ee6b;hpb=bd7e8ad7b16eee5f8b73cce410c5c2e6d23fdf6b diff --git a/install_always.sh b/install_always.sh index 45d94c4..a290175 100755 --- a/install_always.sh +++ b/install_always.sh @@ -5,4 +5,4 @@ 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} +apt-get install ${base} ${cool}