Bash script to install and create an alias for Ghidra
This has been tested on Ubuntu 18.04.
Simply run the script and it will create a 'ghidra' directory in the current user's base directory.
The script:
- Performs a general update.
- Downloads the current version of Ghidra.
- Checks the file integrity.
- Installs the required Java dependencies to run Ghidra.
- Creates a 'run_ghidra' alias to run Ghidra.
See ghidra_install.gif for install run.