Update 0g.sh

This commit is contained in:
smeb y 2024-04-16 18:12:57 +08:00 committed by GitHub
parent 0ba4097341
commit 02c2e180b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

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