diff --git a/Titan.sh b/Titan.sh index e3e989f..c11ec64 100644 --- a/Titan.sh +++ b/Titan.sh @@ -5,8 +5,6 @@ SCRIPT_PATH="$HOME/Titan.sh" # 函数定义 start_node() { - sudo apt update - sudo apt install screen -y if [ "$1" = "first-time" ]; then echo "首次启动节点..."