mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-06 09:48:42 +00:00
Update install
This commit is contained in:
parent
98716cd31a
commit
2e80a2d1e9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/trailofbits/manticore.git && cd manticore
|
git clone --depth 1 https://github.com/trailofbits/manticore.git && cd manticore
|
||||||
ctf-tools-pip install --user --no-binary capstone .
|
ctf-tools-pip install --no-binary capstone .
|
||||||
|
|
Loading…
Reference in a new issue