feat: for buildin dac

This commit is contained in:
xin 2025-09-03 22:18:33 +08:00
parent c8c2b1e815
commit 4b785c968a
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20250902_231636.tar.xz
http://xplayer-ota.pureroad.cn/files_20250903_221643.tar.xz

View File

@ -109,6 +109,9 @@
- src: ../files/cpufrequtils
dest: /etc/default/cpufrequtils
mode: '0644'
- src: ../files/led-startup.sh
dest: /usr/bin/led-startup.sh
mode: '0755'
- name: Create directories
file:

View File

@ -31,6 +31,7 @@ rsync 5c:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
rsync 5c:/usr/bin/sing-box files/sing-box
rsync 5c:/etc/systemd/system/sing-box.service files/sing-box.service
rsync -avz --exclude='login/' 5c:/srv/login/ files/login/
rsync 5c:/usr/bin/led-startup.sh files/led-startup.sh
# Clean up macOS resource fork files
find files -name "._*" -type f -delete