Skip to content

Commit

Permalink
Ubuntu: auto select current release (iovisor#2057)
Browse files Browse the repository at this point in the history
auto select current release for ubuntu
  • Loading branch information
elazar-lb authored and yonghong-song committed Nov 26, 2018
1 parent c6495e5 commit 6c27310
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 @@ -58,7 +58,7 @@ The stable and the nightly packages are built for Ubuntu Xenial (16.04), Ubuntu

```bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4052245BD4284CDD
echo "deb https://repo.iovisor.org/apt/xenial xenial main" | sudo tee /etc/apt/sources.list.d/iovisor.list
echo "deb https://repo.iovisor.org/apt/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
```
Expand Down

0 comments on commit 6c27310

Please sign in to comment.