Skip to content

Commit

Permalink
LUA Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vooperino authored Jun 17, 2024
1 parent c393691 commit e0b2a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openresty-build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get update
apt-get install libpcre3-dev libssl-dev perl make build-essential curl wget gnupg ca-certificates libreadline-dev unzip -y

echo "Installing LUA ($LUA_VER) and LuaRock ($LUAROCK_VER)"
curl -R -O http://www.lua.org/ftp/lua-${LUA_VER}.tar.gz
curl -R -O https://www.lua.org/ftp/lua-${LUA_VER}.tar.gz
tar -zxf lua-${LUA_VER}.tar.gz
rm lua-${LUA_VER}.tar.gz
cd lua-${LUA_VER}
Expand Down

0 comments on commit e0b2a40

Please sign in to comment.