소스 검색

Update setup.sh

yrluke 1 년 전
부모
커밋
ad03d47fce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -189,7 +189,7 @@ fi
 info "创建安装目录 '$safeline_path' 成功"
 cd "$safeline_path"
 
-curl -sS "https://waf-ce.chaitin.cn/release/latest/compose.yaml" -o compose.yaml
+curl -sS -k "https://waf-ce.chaitin.cn/release/latest/compose.yaml" -o compose.yaml
 if [ $? -ne "0" ]; then
     abort "下载 compose.yaml 脚本失败"
 fi