summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-20 10:35:03 +0000
committerGitHub <noreply@github.com>2021-10-20 10:35:03 +0000
commit2381d8fa175d3bbdedca81ba6fe181cfd393ede4 (patch)
tree7374bea28da18fa296a50288319bdb86451f9a7e /netdata-installer.sh
parentb8e9caca15ef35f2569eb91c0f8069431bd14ee4 (diff)
New eBPF and libbpf releases (#11680)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 4fe1b3121e..33b0bf5bd9 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -956,7 +956,7 @@ get_kernel_version() {
}
rename_libbpf_packaging() {
- if [ "$(get_kernel_version)" -ge "005004014" ]; then
+ if [ "$(get_kernel_version)" -ge "004014000" ]; then
cp packaging/current_libbpf.checksums packaging/libbpf.checksums
cp packaging/current_libbpf.version packaging/libbpf.version
else