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