Update 0g.sh

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

3
0g.sh
View File

@ -233,7 +233,8 @@ evmosd tx staking create-validator \
function install_storage_node() {
sudo apt-get update
sudo apt-get install clang cmake build-essential screen -y
sudo apt-get install clang cmake build-essential screen cargo -y
# 安装Go
sudo rm -rf /usr/local/go