Skip to content

Commit

Permalink
Fix install instructions for RHEL 9.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioHewardt authored May 24, 2023
1 parent 345bdee commit be8e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sudo dnf install sysmonforlinux
#### 1. Register Microsoft key and feed
```sh
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/rhel/9/prod.repo
sudo wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/rhel/9.0/prod.repo
```

#### 2. Install SysmonForLinux
Expand Down

0 comments on commit be8e5a6

Please sign in to comment.