mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-08 09:43:20 +08:00
Update setup.sh
This commit is contained in:
2
setup.sh
2
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"
|
||||
|
||||
Reference in New Issue
Block a user