Commit 6c273106 authored by elazar-lb's avatar elazar-lb Committed by yonghong-song

Ubuntu: auto select current release (#2057)

auto select current release for ubuntu
parent c6495e5f
......@@ -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)
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment