mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
requires libz-dev
This commit is contained in:
parent
4760669b78
commit
31158b442b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install libgmp3-dev libgmp-dev
|
||||
apt-get -y install libgmp3-dev libgmp-dev libz-dev
|
||||
|
|
Loading…
Reference in a new issue