This commit is contained in:
Yan 2019-09-24 23:16:48 -07:00
parent 65b884bb30
commit 5978a34d4e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
#!/bin/bash -ex
sudo apt install openjdk-11-jdk -y