Update setup.sh

This commit is contained in:
naocanmonster
2023-04-17 22:51:41 +08:00
committed by GitHub
parent c9f44b3243
commit 770f03b4a6

View File

@@ -31,7 +31,7 @@ fi
COMPOSE_YAML="compose.yaml"
if [[ ! -f ${COMPOSE_YAML} ]]; then
wget https://waf-ce.chaitin.cn/release/latest/compose.yaml -O ${COMPOSE_YAML}
wget https://waf-ce.chaitin.cn/release/latest/compose.yaml --no-check-certificate -O ${COMPOSE_YAML}
fi
ENV_FILE=".env"