From 5eaf5d481e3ade5aa1a118a2f60fa68ef886cb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 19 Mar 2022 04:38:13 +0100 Subject: [PATCH] oopsie --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 67fb39e..bf225e0 100644 --- a/install +++ b/install @@ -63,6 +63,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nginx.service.Focal > /lib/systemd/system/nginx.service # Download Dynamic Modules + mkdir -p /nginx/modules cd /nginx/modules && wget https://github.com/theraw/The-World-Is-Yours/raw/master/static/mod/ndk_http_module.so cd /nginx/modules && wget https://github.com/theraw/The-World-Is-Yours/raw/master/static/mod/ngx_http_brotli_filter_module.so cd /nginx/modules && wget https://github.com/theraw/The-World-Is-Yours/raw/master/static/mod/ngx_http_brotli_static_module.so