Skip to content

Commit 8461f15

Browse files
authored
Merge pull request #4536 from Nuno23PT/docs-editor/run-analyzer-linux-1752847078
Update run-analyzer-linux.md
2 parents ca7c081 + 1148d1e commit 8461f15

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -527,24 +527,24 @@ The following script performs the first six steps of the [Running the Binary ver
527527
528528
```bash
529529
#! /usr/bin/bash
530-
530+
531531
echo "Starting Client Analyzer Script. Running As:"
532532
whoami
533-
533+
534534
echo "Getting XMDEClientAnalyzerBinary"
535535
wget --quiet -O /tmp/XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
536-
echo '4E96E75B16244BB25BDBF34CBB3EB596BC2E9CE368BC4E532E8AE12DF2A1E19D /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
537-
536+
echo 'C65A4E4C6851D130942BFACD147A9D18B8A92B4F50FACF519477FD1C41A1C323 /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
537+
538538
echo "Unzipping XMDEClientAnalyzerBinary.zip"
539539
unzip -q /tmp/XMDEClientAnalyzerBinary.zip -d /tmp/XMDEClientAnalyzerBinary
540-
540+
541541
echo "Unzipping SupportToolLinuxBinary.zip"
542-
unzip -q /tmp/XMDEClientAnalyzerBinary/SupportToolLinuxBinary.zip -d /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer
543-
542+
unzip -q /tmp/XMDEClientAnalyzerBinary/XMDEClientAnalyzer/SupportToolLinuxBinary.zip -d /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer
543+
544544
echo "MDESupportTool installed at /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer"
545-
545+
546546
```
547-
547+
548548
#### Python client analyzer install script
549549
550550
The following script performs the first six steps of the [Running the Python version of the Client Analyzer](run-analyzer-linux.md#running-the-python-based-client-analyzer). When complete, the XMDE Client Analyzer Python scripts are available from the `/tmp/XMDEClientAnalyzer` directory.

0 commit comments

Comments
 (0)