ctf-tools/hashkill/install

11 lines
203 B
Text
Raw Normal View History

2016-04-04 23:23:39 +00:00
#!/bin/bash -e
PREFIX=$PWD
git clone --depth 1 https://github.com/gat3way/hashkill.git
cd hashkill
sed -i -e "s/1\.13/1\.14/g" configure
./configure --prefix="$PREFIX" --with-json
make -j
make install