更新 start.sh

This commit is contained in:
Chenc 2024-08-06 05:37:16 +00:00
parent f970bb41c2
commit da15b9237b

View File

@ -18,7 +18,7 @@ if [ $query_euid -ne 0 ]; then
fi fi
if ! command -v docker-compose >/dev/null 2>&1 ; then if ! command -v docker-compose >/dev/null 2>&1 ; then
curl -L https://gh-proxy.com/https://github.com/docker/compose/releases/download/v${docker_compose_ver}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose curl -L https://gh-mirrors.qra.ink/https://github.com/docker/compose/releases/download/v${docker_compose_ver}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose
fi fi