This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ctf-tools
Watch
2
Star
0
Fork
You've already forked ctf-tools
0
mirror of
https://github.com/zardus/ctf-tools
synced
2024-12-14 15:02:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a17800d4b3
ctf-tools
/
hashkill
/
install-root-debian
4 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
fail hard on any error + verify that all scripts use bash -ex to fail early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
2017-02-16 21:40:17 +00:00
#!/bin/bash -ex
added hashkill dependencies
2016-10-12 04:14:32 +00:00
assume yes when installing packages + pkg-config required
2017-02-11 16:59:04 +00:00
apt-get install -y libssl-dev pkg-config
Reference in a new issue
Copy permalink