@@ -3,6 +3,8 @@
# 安装 基础工具 的脚本
# 用于安装 Linux 基础工具
+apt update
+
# 检查 unzip 是否已安装
if command -v unzip >/dev/null 2>&1; then
echo "✅ unzip 已安装"