Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bpftool/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bpftool",
"id": "bpftool",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs bpftool from upstream https://github.com/libbpf/bpftool binary releases.",
"options": {
"version": {
Expand Down
1 change: 1 addition & 0 deletions src/bpftool/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ curl -sSL -o /tmp/bpftool.tar.gz "https://github.com/libbpf/bpftool/releases/dow
ls -l /tmp/bpftool.tar.gz
tar xzof /tmp/bpftool.tar.gz -C /usr/local/bin/ bpftool
chmod 0755 /usr/local/bin/bpftool
rm /tmp/bpftool.tar.gz

clean_up

Expand Down