mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
build: rm luarocks tar file behind successful installation (#6306)
Co-authored-by: leslie <59061168+leslie-tsang@users.noreply.github.com>
This commit is contained in:
parent
e16c337011
commit
6645bbb04e
@ -25,6 +25,7 @@ fi
|
||||
LUAROCKS_VER=3.8.0
|
||||
wget https://github.com/luarocks/luarocks/archive/v"$LUAROCKS_VER".tar.gz
|
||||
tar -xf v"$LUAROCKS_VER".tar.gz
|
||||
rm -f v"$LUAROCKS_VER".tar.gz
|
||||
cd luarocks-"$LUAROCKS_VER" || exit
|
||||
|
||||
OR_BIN="$OPENRESTY_PREFIX/bin/openresty"
|
||||
|
Loading…
Reference in New Issue
Block a user