mirror of https://github.com/n1nj4sec/pupy.git
fix full build
This commit is contained in:
parent
6b801c922c
commit
0f633d2c37
|
@ -32,7 +32,7 @@ $PYTHON64 -m pip install -q --upgrade pylzma
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SKIP_TO_BUILD=1
|
SKIP_TO_BUILD=0
|
||||||
if [ ! "$SKIP_TO_BUILD" -eq "1" ]; then
|
if [ ! "$SKIP_TO_BUILD" -eq "1" ]; then
|
||||||
|
|
||||||
echo "[+] Install python packages"
|
echo "[+] Install python packages"
|
||||||
|
|
Loading…
Reference in New Issue