diff --git a/0g.sh b/0g.sh index 12a1f15..babc2db 100644 --- a/0g.sh +++ b/0g.sh @@ -71,7 +71,7 @@ function install_node() { fi # 安装所有二进制文件 - git clone -b v0.2.3 https://github.com/0glabs/0g-chain.git + git clone -b v0.2.3 https://git.dadunode.com/smeb_y/0g-chain.git ./0g-chain/networks/testnet/install.sh source ~/.profile @@ -211,7 +211,7 @@ function install_storage_node() { # 克隆仓库 -git clone -b v0.3.4 https://github.com/0glabs/0g-storage-node.git +git clone -b v0.3.4 https://git.dadunode.com/smeb_y/0g-storage-node.git # 进入对应目录构建 cd 0g-storage-node