mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update
This commit is contained in:
parent
1a6a5b1226
commit
d77e925a10
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue