From ce56c7be7d6f6cc7963a0c73719d8fcfd2ea0f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Thu, 12 Dec 2024 17:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20zero3/pi.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zero3/pi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero3/pi.sh b/zero3/pi.sh index f6631fb..13f5871 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -556,7 +556,7 @@ install_xiaoya_tvbox() { install_teslamate() { check_docker_compose sudo mkdir -p /opt/teslamate/import - wget -O /opt/teslamate/docker-compose.yml https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/teslamate/docker-compose.yml + wget -O /opt/teslamate/docker-compose.yml https://cafe.vip.cpolar.top//wkdaily/zero3/raw/branch/main/teslamate/docker-compose.yml cd /opt/teslamate sudo docker-compose up -d }