Skip to content

Commit be8e5a6

Browse files
authored
Fix install instructions for RHEL 9.0 (#128)
1 parent 345bdee commit be8e5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sudo dnf install sysmonforlinux
6161
#### 1. Register Microsoft key and feed
6262
```sh
6363
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
64-
sudo wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/rhel/9/prod.repo
64+
sudo wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/rhel/9.0/prod.repo
6565
```
6666

6767
#### 2. Install SysmonForLinux

0 commit comments

Comments
 (0)