From 75a676fea7a9f45e37a41e887ed52fac567301b8 Mon Sep 17 00:00:00 2001 From: Alec <31748545+burturt@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:13:13 -0700 Subject: [PATCH] install ruby for zsteg --- src/install-forensics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-forensics.sh b/src/install-forensics.sh index 48850b9..1bff45a 100644 --- a/src/install-forensics.sh +++ b/src/install-forensics.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash # Install Forensics Tools -apt-get install -y binwalk steghide outguess exiftool foremost pngcheck +apt-get install -y binwalk steghide outguess exiftool foremost pngcheck ruby gem install zsteg