Update Fuel.sh

This commit is contained in:
smeb y 2024-03-20 19:39:07 +08:00 committed by GitHub
parent 9aec9814bf
commit 0a857931a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ function install_node() {
# 安装基本组件 # 安装基本组件
sudo apt update sudo apt update
sudo apt install screen -y sudo apt install screen git -y
# 安装Rust # 安装Rust
echo "正在安装Rust..." echo "正在安装Rust..."