diff --git a/0g.sh b/0g.sh index 20f9c28..c875451 100644 --- a/0g.sh +++ b/0g.sh @@ -204,6 +204,8 @@ function install_storage_node() { sudo apt-get update sudo apt-get install clang cmake build-essential git screen cargo -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh + # 安装Go sudo rm -rf /usr/local/go