mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
unfortunately, a bunch of stuff depends on texinfo
This commit is contained in:
parent
0584e4cbb6
commit
48aa3c4701
1 changed files with 3 additions and 3 deletions
|
@ -58,13 +58,13 @@ cd $(dirname "${BASH_SOURCE[0]}")/..
|
|||
|
||||
case $ACTION in
|
||||
setup)
|
||||
if [ $(dpkg -l build-essential libtool g++ gcc | grep "^ii" | wc -l) -ne 4 ]
|
||||
if [ $(dpkg -l build-essential libtool g++ gcc texinfo | grep "^ii" | wc -l) -ne 6 ]
|
||||
then
|
||||
if [ "$ALLOW_SUDO" -eq 1 ]
|
||||
then
|
||||
sudo apt-get install build-essential libtool g++ gcc
|
||||
sudo apt-get install build-essential libtool g++ gcc texinfo
|
||||
else
|
||||
echo "Please install the following packages: build-essential libtool g++ gcc"
|
||||
echo "Please install the following packages: build-essential libtool g++ gcc texinfo"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue