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-11-10 08:24:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9d4b9d5e63
ctf-tools
/
sslsplit
/
install-root-debian
5 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Split install-root scripts into distribution specific ones
2016-06-06 13:11:08 +00:00
#!/bin/bash
set -eu -o pipefail
adding required packages
2017-02-11 18:10:19 +00:00
apt-get -y install libevent-dev pkg-config libssl-dev
Reference in a new issue
Copy permalink