mirror of
https://github.com/zardus/ctf-tools
synced 2025-04-04 14:46:06 +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
|
case $ACTION in
|
||||||
setup)
|
setup)
|
||||||
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf"
|
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python-dev"
|
||||||
PACKAGE_COUNT=9
|
PACKAGE_COUNT=10
|
||||||
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
|
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
|
||||||
then
|
then
|
||||||
if [ "$ALLOW_SUDO" -eq 1 ]
|
if [ "$ALLOW_SUDO" -eq 1 ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue