更新 scripts/dcgm-exporter.sh
This commit is contained in:
parent
371b63ac3e
commit
459ae8b83f
|
|
@ -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="https://mirrors.aliyun.com/golang/$GO_PACKAGE"
|
||||
TMP_PACKAGE="/tmp/$GO_PACKAGE"
|
||||
|
||||
# 下载安装包
|
||||
|
|
|
|||
Loading…
Reference in New Issue