# 更新系统
apt update && apt upgrade -y
# 安装基础工具
apt install -y curl wget git unzip
# 设置时区
timedatectl set-timezone Asia/Shanghai
# 禁用防火墙(如果启用)
ufw disable
# 更新系统
apt update && apt upgrade -y
# 安装基础工具
apt install -y curl wget git unzip
# 设置时区
timedatectl set-timezone Asia/Shanghai
# 禁用防火墙(如果启用)
ufw disable