mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 14:17:18 +00:00
better fix
This commit is contained in:
parent
b553d4962f
commit
1f03b1127b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function detect_distribution()
|
||||||
|
|
||||||
function base_build_setup_debian()
|
function base_build_setup_debian()
|
||||||
{
|
{
|
||||||
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python-is-python3 python3-dev git subversion unzip virtualenvwrapper lsb-release"
|
PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python2 python2-dev python3-dev git subversion unzip virtualenvwrapper lsb-release"
|
||||||
PACKAGE_COUNT=$(echo $PACKAGE_REQS | tr ' ' '\n' | wc -l)
|
PACKAGE_COUNT=$(echo $PACKAGE_REQS | tr ' ' '\n' | wc -l)
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
|
if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue