feat: update mpd

This commit is contained in:
xin 2025-08-29 07:50:17 +08:00
parent dfc49e2337
commit 8bf0caa601
2 changed files with 33 additions and 33 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20250824_161910.tar.xz
http://xplayer-ota.pureroad.cn/files_20250829_074112.tar.xz

64
sync.sh
View File

@ -1,36 +1,36 @@
mkdir -p files
rsync 5cl:/etc/ssh/sshd_config files/sshd_config
rsync 5cl:/root/.ssh/authorized_keys files/authorized_keys
rsync 5cl:/etc/asound.conf files/asound.conf
rsync 5cl:/usr/local/bin/camilladsp files/camilladsp
rsync 5cl:/etc/camilladsp.yml files/camilladsp.yml
# rsync -avz 5cl:/root/camilladsp-conf files/
rsync 5cl:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
rsync 5cl:/usr/local/lib/systemd/system/mpd.service files/mpd.service
rsync 5cl:/usr/local/bin/mpd files/mpd
rsync 5cl:/etc/mpd.conf files/mpd.conf
rsync 5cl:/etc/systemd/system/xplayer-server.service files/xplayer-server.service
rsync 5cl:/usr/local/bin/server files/server
rsync 5cl:/usr/bin/ota files/ota
rsync -avz 5cl:/etc/apt/sources.list.d ./files/
rsync 5cl:/etc/modules files/modules
rsync 5cl:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
rsync 5cl:/etc/systemd/system/camilladsp.service files/camilladsp.service
rsync 5cl:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
rsync 5cl:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules
rsync 5cl:/usr/local/bin/usb-mount.sh files/usb-mount.sh
rsync 5cl:/etc/custom_service/start_service.sh files/start_service.sh
rsync 5cl:/etc/bluetooth/input.conf files/input.conf
rsync 5cl:/etc/bluetooth/main.conf files/main.conf
rsync 5cl:/etc/default/cpufrequtils files/cpufrequtils
rsync 5cl:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service
rsync 5cl:/usr/local/bin/shairport-sync files/shairport-sync
rsync 5cl:/etc/shairport-sync.conf files/shairport-sync.conf
rsync 5cl:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
# rsync 5cl:/etc/upmpdcli.conf files/upmpdcli.conf
rsync 5cl:/usr/bin/sing-box files/sing-box
rsync 5cl:/etc/systemd/system/sing-box.service files/sing-box.service
rsync -avz --exclude='login/' 5cl:/srv/login/ files/login/
rsync am60:/etc/ssh/sshd_config files/sshd_config
rsync am60:/root/.ssh/authorized_keys files/authorized_keys
rsync am60:/etc/asound.conf files/asound.conf
rsync am60:/usr/local/bin/camilladsp files/camilladsp
rsync am60:/etc/camilladsp.yml files/camilladsp.yml
# rsync -avz am60:/root/camilladsp-conf files/
rsync am60:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
rsync am60:/usr/local/lib/systemd/system/mpd.service files/mpd.service
rsync am60:/usr/local/bin/mpd files/mpd
rsync am60:/etc/mpd.conf files/mpd.conf
rsync am60:/etc/systemd/system/xplayer-server.service files/xplayer-server.service
rsync am60:/usr/local/bin/server files/server
rsync am60:/usr/bin/ota files/ota
rsync -avz am60:/etc/apt/sources.list.d ./files/
rsync am60:/etc/modules files/modules
rsync am60:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
rsync am60:/etc/systemd/system/camilladsp.service files/camilladsp.service
rsync am60:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
rsync am60:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules
rsync am60:/usr/local/bin/usb-mount.sh files/usb-mount.sh
rsync am60:/etc/custom_service/start_service.sh files/start_service.sh
rsync am60:/etc/bluetooth/input.conf files/input.conf
rsync am60:/etc/bluetooth/main.conf files/main.conf
rsync am60:/etc/default/cpufrequtils files/cpufrequtils
rsync am60:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service
rsync am60:/usr/local/bin/shairport-sync files/shairport-sync
rsync am60:/etc/shairport-sync.conf files/shairport-sync.conf
rsync am60:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
# rsync am60:/etc/upmpdcli.conf files/upmpdcli.conf
rsync am60:/usr/bin/sing-box files/sing-box
rsync am60:/etc/systemd/system/sing-box.service files/sing-box.service
rsync -avz --exclude='login/' am60:/srv/login/ files/login/
# Clean up macOS resource fork files
find files -name "._*" -type f -delete