From 22fefae4694609a5aff3adb60fc5b8662a2f78be Mon Sep 17 00:00:00 2001 From: Signaliks Date: Sat, 4 Dec 2021 23:40:03 +0800 Subject: [PATCH] Fix cURL Errror 60 (#381) --- README.MD | 6 +++--- install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 554d73f..6cfddc9 100644 --- a/README.MD +++ b/README.MD @@ -25,7 +25,7 @@ https://github.com/XTLS/Xray-core/issues/91 支持配置方式 -VLESS + TCP + TLS + Nginx + WebSocket +- VLESS + TCP + TLS + Nginx + WebSocket ``` wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/nginx_forward/install.sh" && chmod +x install.sh && bash install.sh @@ -35,9 +35,9 @@ wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.c 支持配置方式 -VLESS + TCP + XTLS / TLS + Nginx +- VLESS + TCP + XTLS / TLS + Nginx -VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式 +- VLESS + TCP + XTLS / TLS + Nginx 及 VLESS + TCP + TLS + Nginx + WebSocket 回落并存模式 ``` wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh diff --git a/install.sh b/install.sh index d6dfa1e..36ce063 100644 --- a/install.sh +++ b/install.sh @@ -95,7 +95,7 @@ function system_check() { INS="apt install -y" # 清除可能的遗留问题 rm -f /etc/apt/sources.list.d/nginx.list - $INS lsb-release gnupg2 + $INS lsb-release gnupg2 ca-certificates echo "deb http://nginx.org/packages/debian $(lsb_release -cs) nginx" >/etc/apt/sources.list.d/nginx.list curl -fsSL https://nginx.org/keys/nginx_signing.key | apt-key add -