mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-5598: Rename InstallationGuide to GettingStarted; put in installation
root dir
This commit is contained in:
parent
39e5485389
commit
0ee0537e45
10 changed files with 28 additions and 28 deletions
|
@ -140,7 +140,7 @@ fi
|
|||
if [ "${JAVA_CMD}" == "" ]; then
|
||||
echo
|
||||
echo "ERROR: The 'java' command could not be found in your PATH or with JAVA_HOME."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -151,7 +151,7 @@ if [ ! $? -eq 0 ]; then
|
|||
if [ ! -t 0 ]; then
|
||||
echo
|
||||
echo "ERROR: Unable to prompt user for JDK path, no TTY detected."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -163,7 +163,7 @@ if [ ! $? -eq 0 ]; then
|
|||
if [ ! $? -eq 0 ]; then
|
||||
echo
|
||||
echo "ERROR: Failed to find a supported JDK."
|
||||
echo "Please refer to the Ghidra Installation Guide's Troubleshooting section."
|
||||
echo "Please refer to the Getting Started document's Troubleshooting section."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue