We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2768a1 commit 5b1a490Copy full SHA for 5b1a490
utils/build-common.sh
@@ -10,7 +10,7 @@ build_apisix_openresty_rpm() {
10
set -eu
11
command -v gcc
12
gcc --version
13
- command -v sudo
+ which sudo
14
15
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
16
yum -y install openresty-openssl111-devel openresty-pcre-devel openresty-zlib-devel
0 commit comments