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" # 下载安装包