mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 22:12:32 +00:00
Fixes #16 - add python-dev to the requirements
This commit is contained in:
parent
be2f072a05
commit
5ffeb9f3d8
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue