mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 05:52:33 +00:00
ex
This commit is contained in:
parent
65b884bb30
commit
5978a34d4e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -e
|
||||
#!/bin/bash -ex
|
||||
|
||||
[ -e https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip ] || wget https://ghidra-sre.org/ghidra_9.1-BETA_DEV_20190923.zip
|
||||
[ -e ghidra_9.1-BETA_DEV ] || unzip ghidra_9.1-BETA_DEV_20190923.zip
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
#!/bin/bash -ex
|
||||
|
||||
sudo apt install openjdk-11-jdk -y
|
||||
|
|
Loading…
Reference in a new issue