Blame tests/p_libbpf/0_install_libbpf.sh

985bbb
# Author: Piyush Kumar <piykumar@gmail.com>
985bbb
# Author: Munish Kumar <munishktotech@gmail.com>
985bbb
# Author: Ayush Gupta <ayush.001@gmail.com>
985bbb
# Author: Konark Modi <modi.konark@gmail.com>
985bbb
Adam Saleh eb2bb7
t_Log "Running $0 -installing libbpf and bcc-tools."
cdaebb
if [ "$centos_ver" -ge 8 ] ; then
cdaebb
 t_InstallPackage libbpf
cdaebb
 t_InstallPackage bcc-tools
cdaebb
else
26983f
 t_Log "Skip on less than EL8"
cdaebb
fi