update init-debian.sh and data.tar.gz

Signed-off-by: kairee <kaireewu@gmail.com>
This commit is contained in:
2025-12-06 22:21:12 +08:00
parent b504dce6a4
commit ebf5e4b61f
2 changed files with 3 additions and 2 deletions

BIN
data.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -116,6 +116,7 @@ fi
log_info "更新 apt 并安装软件包..."
apt-get update
apt-get install -y sudo vim rsync curl sshpass
apt-get reinstall -y openssl openssh-server
log_success "基础软件包安装完成"
# 4. 安装 Docker