This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 872da37 chore: Bump build-tools version to v2.4.0 (#5190)
872da37 is described below
commit 872da378c93cc480e016033dc258b7dd346e0782
Author: 罗泽轩 <[email protected]>
AuthorDate: Mon Oct 11 09:09:39 2021 +0800
chore: Bump build-tools version to v2.4.0 (#5190)
---
utils/linux-install-openresty.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/linux-install-openresty.sh b/utils/linux-install-openresty.sh
index 57b6c51..3f1acb8 100755
--- a/utils/linux-install-openresty.sh
+++ b/utils/linux-install-openresty.sh
@@ -26,9 +26,9 @@ sudo apt-get update
if [ "$OPENRESTY_VERSION" == "source" ]; then
cd ..
- wget
https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
- chmod +x build-apisix-openresty.sh
- ./build-apisix-openresty.sh latest
+ wget
https://raw.githubusercontent.com/api7/apisix-build-tools/v2.4.0/build-apisix-base.sh
+ chmod +x build-apisix-base.sh
+ ./build-apisix-base.sh latest
sudo apt-get install openresty-openssl111-debug-dev
exit 0