From 505c774a80ffb2acb63095d88c4998472578daa2 Mon Sep 17 00:00:00 2001 From: smeb_y Date: Thu, 1 Aug 2024 01:50:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=200g.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0g.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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