genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
934 stars 99 forks source link

Step "Install tools" missing in build.sh in mode build (-b) #220

Open JersyJ opened 3 months ago

JersyJ commented 3 months ago

Hello,

I think I found missing line of code in build script.

In build.sh file on line 327 there is missing this line of code:

# Install tools python3 -m pip install --upgrade pip setuptools build wheel nuitka

This prevents build to be successful with nuitka option, because script will throw error that nuitka is not installed. In test mode or docker build this line is present.

I will create PR to fix that, if that`s ok.