Update ngx_debug.sh

pull/368/head
midoks 2 years ago
parent 5a50fe70a8
commit f97d2a5987
  1. 4
      plugins/op_waf/t/ngx_debug.sh

@ -77,9 +77,7 @@ if [ "$OSNAME" == "debian" ];then
apt install -y systemtap
apt-get install -y build-essential
apt-get install -y linux-headers-$(uname -r)
fi
if [ "$OSNAME" == "centos" ];then
elif [ "$OSNAME" == "centos" ];then
yum install -y kernel-devel-$(uname -r)
fi

Loading…
Cancel
Save