Update 0g.sh

This commit is contained in:
smeb y 2024-04-09 09:18:51 +08:00 committed by GitHub
parent 38c223bba8
commit a97c8e8894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
0g.sh
View File

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