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
2025-01-08 10:38:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7144e756e5
ctf-tools
/
jdgui
/
install-root-debian
5 lines
70 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
adding jd-gui
2016-10-11 09:46:10 +00:00
set -eu -o pipefail
apt-get -y install openjdk-7-jre
Reference in a new issue
Copy permalink