feat: rock 5c

This commit is contained in:
xin 2025-08-08 19:37:47 +08:00
parent e0d5999460
commit 0f36f07f25
2 changed files with 13 additions and 12 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20250808_193125.tar.xz
http://xplayer-ota.pureroad.cn/files_20250808_193632.tar.xz

View File

@ -361,6 +361,17 @@
- name: restart_shairport_sync
shell:
cmd: systemctl restart shairport-sync
- name: enable_sing-box
shell:
cmd: systemctl enable sing-box
- name: start_sing-box
shell:
cmd: systemctl start sing-box
- name: restart_sing-box
shell:
cmd: systemctl restart sing-box
- name: enable_xplayer_server
shell:
@ -378,14 +389,4 @@
shell:
cmd: echo "need reboot"
- name: enable_sing-box
shell:
cmd: systemctl enable sing-box
- name: start_sing-box
shell:
cmd: systemctl start sing-box
- name: restart_sing-box
shell:
cmd: systemctl restart sing-box