From 1f9ab1973f7e2dcbdd940dcca21865fa0221fd9b Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 20 Feb 2021 02:44:17 +0000 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu.sh b/ubuntu.sh index 6c8bf0b..fc8feb7 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -328,6 +328,10 @@ sudo python3 -m pip install pyopenssl BLUE "Installing Python library pydispatch..." sudo python3 -m pip install pydispatch +BLUE "Installing Stegoveritas and Dependencies" +pip3 install stegoveritas +sudo apt-get install -y exiftool unzip zip foremost p7zip-full + BLUE "Installing GIMP..." sudo apt-get install -y gimp