mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-23 09:45:02 +00:00
6 lines
63 B
Text
6 lines
63 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
apt-get update
|
||
|
apt-get install -y zlib1g-dev
|
||
|
|