mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-15 22:37:10 +00:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/bin/bash -ex
|
|
set -eu -o pipefail
|
|
|
|
dnf install perl-Image-ExifTool.noarch
|
|
dnf install -y binutils grep imagemagick steghide tesseract
|