From c51b9c007b33f2637a97c32b21db589b96b4b3d8 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 12 Nov 2024 19:40:47 -0500 Subject: [PATCH] Update install.sh --- ops/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/install.sh b/ops/install.sh index 2d4947a..d2da2aa 100644 --- a/ops/install.sh +++ b/ops/install.sh @@ -46,7 +46,7 @@ git clone https://github.com/theta42/proxy.git cd proxy/nodejs npm install -ln -s ops/nginx_conf/targetinfo.lua /usr/local/openresty/lualib/ +wget -q https://raw.githubusercontent.com/theta42/proxy/refs/heads/master/ops/nginx_conf/targetinfo.lua -O /usr/local/openresty/lualib/targetinfo.lua systemctl start proxy.service systemctl enable proxy.service