ctf-tools/testdisk/install

9 lines
153 B
Text
Raw Normal View History

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