feat: optimize ota

This commit is contained in:
xin 2025-08-22 12:24:43 +08:00
parent a20e21234b
commit 80332769b6
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20250821_231256.tar.xz
http://xplayer-ota.pureroad.cn/files_20250822_120330.tar.xz

View File

@ -14,10 +14,6 @@
mode: '0644'
tags: apt
- name: Update apt cache
shell:
cmd: apt update -y
- name: install dependencies
apt:
name:
@ -78,6 +74,8 @@
- avahi-daemon
# - upmpdcli
state: present
cache_valid_time: 3153600 # 365天缓存
update_cache: no
become: yes
tags: apt