From 02c2e180b5c6938ea8d1663749937c338e7ce479 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:12:57 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 2 ++ 1 file changed, 2 insertions(+) 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