We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63c91a9 + 919281b commit 63d34f0Copy full SHA for 63d34f0
2 files changed
src/bpftool/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bpftool",
3
"id": "bpftool",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"description": "Installs bpftool from upstream https://github.com/libbpf/bpftool binary releases.",
6
"options": {
7
"version": {
src/bpftool/install.sh
@@ -147,6 +147,7 @@ curl -sSL -o /tmp/bpftool.tar.gz "https://github.com/libbpf/bpftool/releases/dow
147
ls -l /tmp/bpftool.tar.gz
148
tar xzof /tmp/bpftool.tar.gz -C /usr/local/bin/ bpftool
149
chmod 0755 /usr/local/bin/bpftool
150
+rm /tmp/bpftool.tar.gz
151
152
clean_up
153
0 commit comments