Fixes #16 - add python-dev to the requirements

This commit is contained in:
Yan 2015-08-12 18:41:43 -07:00
parent be2f072a05
commit 5ffeb9f3d8

View file

@ -58,8 +58,8 @@ cd $(dirname "${BASH_SOURCE[0]}")/..
case $ACTION in
setup)
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf"
PACKAGE_COUNT=9
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python-dev"
PACKAGE_COUNT=10
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
then
if [ "$ALLOW_SUDO" -eq 1 ]