Skip to content
Snippets Groups Projects
Commit 2de8b54a authored by Recolic K's avatar Recolic K
Browse files

adjust doc

parent 3ad8246f
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,6 @@ function validate_environment () {
echo2 "Run 'curl https://google.com -o /tmp/out.html' to see if you are victim of this error. If you are sure it's not a problem, set ANTIDOTE_DISABLE_ENV_CHECK=1 to disable the check. "
return 1
}
type json2table > /dev/null || {
echo2 "Error: You must install the dependency 'json2table'. You may compile from source at https://git.recolic.net/root/json2table/, or download pre-built windows executable at https://m365fleetagc.visualstudio.com/Core/_git/antidote-CIS-windows"
echo2 "If you are sure it's not a problem, set ANTIDOTE_DISABLE_ENV_CHECK=1 to disable the check. "
return 1
}
}
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment