forked from p15670423/monkey
Merge pull request #1458 from guardicore/1450/av_explanation_missing_binary
UI: Add AV explanation if binaries are missing
This commit is contained in:
commit
4759fe1581
|
@ -10,7 +10,7 @@ tags: ["setup", "windows"]
|
|||
## Deployment
|
||||
|
||||
{{% notice tip %}}
|
||||
Don't get scared if the Infection Monkey gets [flagged as malware during the installation](/faq/#is-infection-monkey-a-malwarevirus).
|
||||
Don't get scared if the Infection Monkey gets [flagged as malware during the installation](/faq/#is-the-infection-monkey-a-malwarevirus).
|
||||
{{% /notice %}}
|
||||
|
||||
After running the installer, the following prompt should appear on the screen:
|
||||
|
|
|
@ -28,6 +28,7 @@ class IslandMonkeyRunErrorModal extends React.PureComponent {
|
|||
return (
|
||||
<span>
|
||||
Some Monkey binaries are not found where they should be...<br/>
|
||||
<b>Make sure that your antivirus is not deleting the binaries.</b><br/><br/>
|
||||
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest"
|
||||
target="blank">here</a>,
|
||||
at the bottommost section titled "Assets", and place them under the
|
||||
|
|
Loading…
Reference in New Issue