From 26245960e9fce92ac29347ce7072487d1789b492 Mon Sep 17 00:00:00 2001 From: smeb_y Date: Sun, 11 Aug 2024 07:07:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20new-titan.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new-titan.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new-titan.sh b/new-titan.sh index a10b411..1dd3ba3 100644 --- a/new-titan.sh +++ b/new-titan.sh @@ -81,8 +81,8 @@ function install_node() { # 安装所有二进制文件 cd $HOME - git clone https://github.com/nezha90/titan.git - cd titan + git clone https://github.com/Titannet-dao/titan-chain.git + cd titan-chain go build ./cmd/titand cp titand /usr/local/bin @@ -275,4 +275,4 @@ function main_menu() { } # 显示主菜单 -main_menu \ No newline at end of file +main_menu