b hace 2 meses
padre
commit
726276b1fd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      setup-base.sh

+ 2 - 0
setup-base.sh

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