Minor update

This commit is contained in:
Your Name 2026-05-08 18:04:33 +02:00
parent 1a6a5b1226
commit d77e925a10
3 changed files with 7 additions and 3 deletions

View file

@ -63,6 +63,10 @@ setup(
},
)
EOF
cat > "$TMP_DIR/setup.cfg" << "EOF"
[bdist_wheel]
universal = 1
EOF
wget "https://github.com/sqlmapproject/sqlmap/archive/$VERSION.zip" -O sqlmap.zip
unzip sqlmap.zip
rm sqlmap.zip