mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
fix package deps for msieve
This commit is contained in:
parent
8fd334e2d9
commit
972b468d56
1 changed files with 1 additions and 1 deletions
2
msieve/install-root
Normal file → Executable file
2
msieve/install-root
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
apt-get -y install libgmp3-dev
|
apt-get -y install libgmp3-dev libgmp-dev
|
||||||
|
|
Loading…
Reference in a new issue