ctf-tools/testdisk/install

9 lines
154 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-07 14:14:46 -07:00
2015-12-19 13:22:23 -08:00
curl https://www.cgsecurity.org/testdisk-7.0.linux26-x86_64.tar.bz2 | tar xj
2015-05-07 14:14:46 -07:00
mkdir -p bin
cd bin
ln -s ../testdisk-7.0/*_static .
cd ..