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 install -y systemtap
apt-get install -y build-essential apt-get install -y build-essential
apt-get install -y linux-headers-$(uname -r) apt-get install -y linux-headers-$(uname -r)
fi elif [ "$OSNAME" == "centos" ];then
if [ "$OSNAME" == "centos" ];then
yum install -y kernel-devel-$(uname -r) yum install -y kernel-devel-$(uname -r)
fi fi

Loading…
Cancel
Save