From d47d5cee03236ca6eef32ab9af2d01c0b10bb55d Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Sun, 27 Nov 2022 09:29:04 -0500 Subject: [PATCH] Updated Stegano version --- install/stegano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/stegano.sh b/install/stegano.sh index 92990d8..7b46614 100755 --- a/install/stegano.sh +++ b/install/stegano.sh @@ -5,7 +5,7 @@ set -e # Download git clone https://github.com/cedricbonhomme/Stegano.git /opt/Stegano cd /opt/Stegano -git checkout v0.8.2 +git checkout v0.11.1 # Install pip3 install -r /opt/Stegano/requirements.txt