Commit 6e03b3e1 authored by tywldx's avatar tywldx

fix

parent da54462d
#!/bin/bash
yum install readline-devel pcre-devel openssl-devel gcc
wget https://openresty.org/download/openresty-1.9.15.1.tar.gz
tar xvf openresty-1.9.15.1.tar.gz
cd openresty-1.9.15.1
./configure --with-luajit && make && make install
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment