mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-25 02:35:03 +00:00
5 lines
199 B
Bash
Executable file
5 lines
199 B
Bash
Executable file
#!/bin/bash
|
|
set -eu -o pipefail
|
|
|
|
apt-get -y install libssl-dev libffi-dev libtiff5-dev libjpeg8-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk libxml2-dev libxslt1-dev
|
|
|