ctf-tools/stegdetect/install

15 lines
329 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-14 04:36:14 +00:00
INST_DIR="$PWD"
2017-02-16 21:45:02 +00:00
git clone --depth 1 https://github.com/AlexandreFournier/stegdetect.git
2015-05-14 04:36:14 +00:00
mkdir -p bin etc man/man1 share/stegbreak
2017-02-16 21:45:02 +00:00
cd stegdetect
2015-05-14 04:36:14 +00:00
linux32 ./configure --prefix="$INST_DIR"
linux32 make
linux32 make install
cd ..
wget https://launchpadlibrarian.net/16697277/rules.ini -O share/stegbreak/rules.ini