变更默认安装mod

This commit is contained in:
Dcr
2025-07-25 14:15:04 +08:00
parent 20dccf06e1
commit 1dd3ec77b7
2 changed files with 2 additions and 5 deletions

3
.env
View File

@@ -1,4 +1,5 @@
STEAM_USERNAME=your_steam_username
STEAM_PASSWORD=your_steam_password
MOD_IDS=123456789,987654321
# 默认安装CF VPPAdminTools VppMap ZH_ChatInputFix
MOD_IDS=1559212036,1828439124,1623711988,2966069604

View File

@@ -1,9 +1,5 @@
#!/bin/bash
# DayZ Mod更新脚本
# 使用方法: docker compose run --rm steamcmd updatemod
# 或通过crontab自动运行每15分钟
set -e
# 加载环境变量解决cron任务无法读取环境变量的问题