mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
fixed typo in debian package list
This commit is contained in:
parent
ea9b95a996
commit
910d8c0049
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function detect_distribution()
|
|||
|
||||
function base_build_setup_debian()
|
||||
{
|
||||
PACKAGE_REQS="build-essential libtool g++ gcc linuxtexinfo curl wget automake autoconf python python-dev git subversion unzip virtualenvwrapper"
|
||||
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python python-dev git subversion unzip virtualenvwrapper"
|
||||
PACKAGE_COUNT=$(echo $PACKAGE_REQS | tr ' ' '\n' | wc -l)
|
||||
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue