Update setup.sh

This commit is contained in:
yrluke 2023-11-03 17:31:09 +08:00 committed by GitHub
parent e725a162ba
commit ad03d47fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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