From ae19556df41b4f92ebf9ddb7a9ebd0222ee6b9b7 Mon Sep 17 00:00:00 2001 From: escapeicon Date: Thu, 23 Oct 2025 08:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/dcgm-exporter.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更改了 go 的下载地址 --- scripts/dcgm-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dcgm-exporter.sh b/scripts/dcgm-exporter.sh index dd5c1ba..2308a26 100644 --- a/scripts/dcgm-exporter.sh +++ b/scripts/dcgm-exporter.sh @@ -89,7 +89,7 @@ check_dcgm() { install_go() { log "安装Go环境 (版本: $GO_VERSION)..." GO_PACKAGE="go${GO_VERSION}.linux-amd64.tar.gz" - DL_URL="https://golang.google.cn/dl/$GO_PACKAGE" + DL_URL="http://10.101.0.51:5588/yindun-iso/go/$GO_PACKAGE" TMP_PACKAGE="/tmp/$GO_PACKAGE" # 下载安装包