Skip to content

Commit

Permalink
Updated stegoVeritas installation script. Fixes DominicBreuker#11
Browse files Browse the repository at this point in the history
  • Loading branch information
SC committed Jun 15, 2019
1 parent 0725412 commit 64521c5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions install/stegoVeritas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@

set -e

# Downdload
git clone https://github.com/bannsec/stegoVeritas /opt/stegoVeritas

# Configure
sed -i 's/#!\/usr\/bin\/env python/#!\/usr\/bin\/env python3/' /opt/stegoVeritas/stegoveritas.py

# Install
ln -s /opt/stegoVeritas/stegoveritas.py /usr/bin/stegoveritas.py

# Hotfix outdir for image transforms...
sed -i 's/fileName = f.filename/fileName = os.path.splitext(os.path.basename(f.filename))[0]/' /opt/stegoVeritas/modules/image/imageFilters.py
pip3 install stegoveritas
stegoveritas_install_deps

0 comments on commit 64521c5

Please sign in to comment.