Skip to content

Commit

Permalink
Fedora-28 install step (iovisor#1857)
Browse files Browse the repository at this point in the history
Ensure dnf point to correct  package name.
  • Loading branch information
Lakshmipathi authored and yonghong-song committed Jun 26, 2018
1 parent 8265aca commit 293938d
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 @@ -90,7 +90,7 @@ Nightly bcc binary packages for Fedora 25, 26, and 27 are hosted at
To install:
```bash
echo -e '[iovisor]\nbaseurl=https://repo.iovisor.org/yum/nightly/f27/$basearch\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.d/iovisor.repo
sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r)
sudo dnf install bcc-tools kernel-headers kernel-devel
```

**Stable and Signed Packages**
Expand Down

0 comments on commit 293938d

Please sign in to comment.