From 770f03b4a67baeb4da26adf5ca1e532e2782a611 Mon Sep 17 00:00:00 2001 From: naocanmonster <130349172+naocanmonster@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:51:41 +0800 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 76d856e..a80a259 100755 --- a/setup.sh +++ b/setup.sh @@ -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"