Fix cURL Errror 60 (#381)

pull/386/head
Signaliks 2021-12-04 23:40:03 +08:00 committed by GitHub
parent 8026f99709
commit 22fefae469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 -