pull/2093/head
LUA 3 years ago committed by GitHub
parent 6f67f6ad0e
commit 665021a6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,7 @@ case "$(uname -s)" in
*) OS_TYPE="UNKNOWN"
esac
# check curl/grep/awk/telent/unzip command
# check curl/grep/awk/telnet/unzip command
if ! [ -x "$(command -v curl)" ]; then
echo 'Error: curl is not installed. Try to use java -jar arthas-boot.jar' >&2
exit 1

Loading…
Cancel
Save