mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-07 10:08:48 +00:00
5 lines
72 B
Text
5 lines
72 B
Text
|
#!/bin/bash
|
||
|
set -eu -o pipefail
|
||
|
|
||
|
apt-get -y install libcurl4-gnutls-dev
|