更新 0g.sh

This commit is contained in:
smeb_y 2024-08-01 01:50:44 +00:00
parent 4023f63f3e
commit 505c774a80

4
0g.sh
View File

@ -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