Skip to content

Commit aa08e97

Browse files
committed
Learn Editor: Update run-analyzer-linux.md
1 parent 6072918 commit aa08e97

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
@@ -485,24 +485,24 @@ The following script performs the first six steps of the [Running the Binary ver
485485
486486
```bash
487487
#! /usr/bin/bash
488-
488+
489489
echo "Starting Client Analyzer Script. Running As:"
490490
whoami
491-
491+
492492
echo "Getting XMDEClientAnalyzerBinary"
493493
wget --quiet -O /tmp/XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
494-
echo '4E96E75B16244BB25BDBF34CBB3EB596BC2E9CE368BC4E532E8AE12DF2A1E19D /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
495-
494+
echo 'C65A4E4C6851D130942BFACD147A9D18B8A92B4F50FACF519477FD1C41A1C323 /tmp/XMDEClientAnalyzerBinary.zip' | sha256sum -c
495+
496496
echo "Unzipping XMDEClientAnalyzerBinary.zip"
497497
unzip -q /tmp/XMDEClientAnalyzerBinary.zip -d /tmp/XMDEClientAnalyzerBinary
498-
498+
499499
echo "Unzipping SupportToolLinuxBinary.zip"
500-
unzip -q /tmp/XMDEClientAnalyzerBinary/SupportToolLinuxBinary.zip -d /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer
501-
500+
unzip -q /tmp/XMDEClientAnalyzerBinary/XMDEClientAnalyzer/SupportToolLinuxBinary.zip -d /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer
501+
502502
echo "MDESupportTool installed at /tmp/XMDEClientAnalyzerBinary/ClientAnalyzer"
503-
503+
504504
```
505-
505+
506506
#### Python client analyzer install script
507507
508508
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)