Update 0g.sh

This commit is contained in:
smeb y 2024-04-17 10:16:29 +08:00 committed by GitHub
parent 94bbd603f7
commit 98ee8948d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -204,8 +204,6 @@ 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