From a97c8e8894cbf0100baed6fb5ed76be53abc10cc Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:18:51 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0g.sh b/0g.sh index 6e45d56..562881c 100644 --- a/0g.sh +++ b/0g.sh @@ -67,7 +67,7 @@ function install_node() { # 检查curl是否安装,如果没有则安装 if ! command -v curl > /dev/null; then - sudo apt update && sudo apt install curl -y + sudo apt update && sudo apt install curl git -y fi # 设置变量 @@ -233,7 +233,7 @@ evmosd tx staking create-validator \ function install_storage_node() { sudo apt-get update - sudo apt-get install clang cmake build-essential screen cargo -y + sudo apt-get install clang cmake build-essential git screen cargo -y # 安装Go