Install man-db and psmisc on base quantal64 box
This commit is contained in:
parent
75e0502b1a
commit
b63ed73521
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue