Update Titan.sh

This commit is contained in:
smeb y 2024-03-14 18:00:57 +08:00 committed by GitHub
parent 1cfcb06b20
commit 7bf0092bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 "首次启动节点..."