From 46ce373d0da031d1661eb097c02ff41841eccb7d Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:31:33 +0800 Subject: [PATCH] Update Fuel.sh --- Fuel.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Fuel.sh b/Fuel.sh index d99b69f..9a9164d 100644 --- a/Fuel.sh +++ b/Fuel.sh @@ -23,6 +23,10 @@ function check_and_set_alias() { function install_node() { +# 安装基本组件 +sudo apt update +sudo apt install screen -y + # 安装Rust echo "正在安装Rust..." curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y