Skip to content

Commit

Permalink
Fix usdt_sample prerequisite list (#4992)
Browse files Browse the repository at this point in the history
Install python3-setuptools is missing a p, so fix.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
  • Loading branch information
bjdooks-ct committed May 9, 2024
1 parent 2447411 commit 3960539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usdt_sample/usdt_sample.md
Expand Up @@ -4,7 +4,7 @@
## Ubuntu 21.10 prerequisites

```bash
$ sudo apt-get install linux-headers-$(uname -r) "llvm-13*" libclang-13-dev luajit luajit-5.1-dev libelf-dev python3-setutools libdebuginfod-dev arping netperf iperf
$ sudo apt-get install linux-headers-$(uname -r) "llvm-13*" libclang-13-dev luajit luajit-5.1-dev libelf-dev python3-setuptools libdebuginfod-dev arping netperf iperf
```

## Building bcc tools
Expand Down

0 comments on commit 3960539

Please sign in to comment.