forked from yindun/ansible-devops
parent
371b63ac3e
commit
ae19556df4
|
|
@ -89,7 +89,7 @@ check_dcgm() {
|
||||||
install_go() {
|
install_go() {
|
||||||
log "安装Go环境 (版本: $GO_VERSION)..."
|
log "安装Go环境 (版本: $GO_VERSION)..."
|
||||||
GO_PACKAGE="go${GO_VERSION}.linux-amd64.tar.gz"
|
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"
|
TMP_PACKAGE="/tmp/$GO_PACKAGE"
|
||||||
|
|
||||||
# 下载安装包
|
# 下载安装包
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue