Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jun 25, 2021
1 parent 1468b95 commit c2720ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_ghidra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ curl -sSL "https://github.com/NationalSecurityAgency/ghidra/releases/download/Gh

echo "${GHIDRA_SHA256} ${GHIDRA_ZIP}" | sha256sum -c
unzip "${GHIDRA_ZIP}"
mv "${HOME}/${GHIDRA_VERSION}" "${HOME}/ghidra"
mv "${HOME}/ghidra_${GHIDRA_VERSION}_PUBLIC" "${HOME}/ghidra"

0 comments on commit c2720ca

Please sign in to comment.