ctf-tools/hashkill/install
2016-04-04 17:31:30 -07:00

10 lines
203 B
Bash
Executable file

#!/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