Skip to content

Commit 63d34f0

Browse files
authored
Merge pull request #15 from thediveo/develop
fix: remove bpftool.tar.gz after extracting the binary
2 parents 63c91a9 + 919281b commit 63d34f0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/bpftool/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bpftool",
33
"id": "bpftool",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Installs bpftool from upstream https://github.com/libbpf/bpftool binary releases.",
66
"options": {
77
"version": {

src/bpftool/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ curl -sSL -o /tmp/bpftool.tar.gz "https://github.com/libbpf/bpftool/releases/dow
147147
ls -l /tmp/bpftool.tar.gz
148148
tar xzof /tmp/bpftool.tar.gz -C /usr/local/bin/ bpftool
149149
chmod 0755 /usr/local/bin/bpftool
150+
rm /tmp/bpftool.tar.gz
150151

151152
clean_up
152153

0 commit comments

Comments
 (0)