Fix package installation.

This commit is contained in:
David Tomaschik
2015-09-22 17:33:15 -07:00
parent 9b1bed0810
commit 343c9f6e30
2 changed files with 3 additions and 3 deletions

View File

@@ -155,8 +155,8 @@ function run_as_root {
function install_apt_pkgs { function install_apt_pkgs {
run_as_root apt-get update || \ run_as_root apt-get update || \
echo "Can't run apt-get commands" >&2 && \ ( echo "Can't run apt-get commands" >&2 && \
return 1 return 1 )
run_as_root apt-get -y install `cat ${BASEDIR}/packages` run_as_root apt-get -y install `cat ${BASEDIR}/packages`
} }

View File

@@ -2,7 +2,7 @@ git
vim vim
nmap nmap
whois whois
dig dnsutils
ack-grep ack-grep
tmux tmux
gnupg2 gnupg2