Update Fuel.sh

This commit is contained in:
smeb y 2024-03-19 16:31:33 +08:00 committed by GitHub
parent c71b021342
commit 46ce373d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,10 @@ function check_and_set_alias() {
function install_node() { function install_node() {
# 安装基本组件
sudo apt update
sudo apt install screen -y
# 安装Rust # 安装Rust
echo "正在安装Rust..." echo "正在安装Rust..."
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y