Skip to content

Commit

Permalink
update ngx_devel_kit repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen authored Oct 18, 2024
1 parent d6c1ada commit 68db7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apt-get install -y libmaxminddb0 libmaxminddb-dev mmdb-bin

dpkg --configure -a

curl -sL "https://github.com/simplresty/ngx_devel_kit/archive/v$NGINX_DEVEL_KIT_VERSION.tar.gz" -o dev-kit.tar.gz
curl -sL "https://github.com/vision5/ngx_devel_kit/archive/v$NGINX_DEVEL_KIT_VERSION.tar.gz" -o dev-kit.tar.gz
mkdir -p /usr/src/nginx/ngx_devel_kit
tar -xof dev-kit.tar.gz -C /usr/src/nginx/ngx_devel_kit --strip-components=1
rm dev-kit.tar.gz
Expand Down

0 comments on commit 68db7cc

Please sign in to comment.