install-reddit: Move netcat to proper group of packages.

This commit is contained in:
Neil Williams
2014-01-07 08:57:57 -08:00
parent 0fda7910d3
commit 5ead01ca50

View File

@@ -115,6 +115,7 @@ apt-get update
# install prerequisites
cat <<PACKAGES | xargs apt-get install $APTITUDE_OPTIONS
netcat-openbsd
git-core
python-dev
@@ -159,7 +160,6 @@ cassandra
haproxy
nginx
stunnel
netcat-openbsd
PACKAGES
###############################################################################