Install man-db and psmisc on base quantal64 box

This commit is contained in:
Fabio Rehm 2013-03-26 22:05:20 -03:00
parent 75e0502b1a
commit b63ed73521

View file

@ -36,7 +36,7 @@ EOF
download_ubuntu()
{
packages=vim,ssh,curl,wget,bash-completion,manpages
packages=vim,ssh,curl,wget,bash-completion,manpages,man-db,psmisc
echo "installing packages: $packages"
trap cleanup EXIT SIGHUP SIGINT SIGTERM