Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| acac1b42f2 | |||
| 8420637a97 | |||
| cacc5e8903 | |||
| 579d8c02df | |||
| aff56f67ec | |||
| 5ee2915837 | |||
| b5b1d7a959 | |||
| 521db03858 | |||
| 8a9fd5a6a6 | |||
| 0a8e879318 | |||
| 7fe4bf108d | |||
| a7e9e3334d | |||
| c46fc9b97d | |||
| 6fdc6fe770 | |||
| dd04379e97 | |||
| 194c4d61f5 | |||
| 12ae6b37c4 | |||
| 9196749e2d | |||
| 6c296d5459 | |||
| 9490c60747 | |||
| aef3f4da44 | |||
| 43b4738ef2 | |||
| 407a251f18 | |||
| d61be02415 | |||
| a527df1e0c | |||
| f1b52b8b8c | |||
| c7fd1c05ca |
@ -1 +1 @@
|
||||
http://xplayer-ota.pureroad.cn/files_20260609_140403.tar.xz
|
||||
http://xplayer-ota.pureroad.cn/files_20260730_205819.tar.xz
|
||||
|
||||
@ -199,8 +199,11 @@
|
||||
- src: ../files/rk3588s-pureroad.dtbo
|
||||
dest: /boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo
|
||||
mode: '0644'
|
||||
- src: ../files/music-classification/
|
||||
dest: /srv/music-classification/
|
||||
# - src: ../files/music-classification/
|
||||
# dest: /srv/music-classification/
|
||||
# mode: '0644'
|
||||
- src: ../files/99-snd-usb-audio-index.conf
|
||||
dest: /etc/modprobe.d/99-snd-usb-audio-index.conf
|
||||
mode: '0644'
|
||||
|
||||
- name: update mpd data
|
||||
@ -320,26 +323,26 @@
|
||||
register: copy_result
|
||||
changed_when: copy_result.changed or (force_update | default(false) | bool)
|
||||
|
||||
- name: update network-tools
|
||||
copy:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: "{{ item.mode | default('0644') }}"
|
||||
loop:
|
||||
- src: ../files/sing-box
|
||||
dest: /usr/bin/sing-box
|
||||
mode: '0755'
|
||||
- src: ../files/sing-box.service
|
||||
dest: /etc/systemd/system/sing-box.service
|
||||
mode: '0644'
|
||||
tags: network-tools
|
||||
notify:
|
||||
- reload_systemd
|
||||
- enable_sing-box
|
||||
- start_sing-box
|
||||
- restart_sing-box
|
||||
register: copy_result
|
||||
changed_when: copy_result.changed or (force_update | default(false) | bool)
|
||||
# - name: update network-tools
|
||||
# copy:
|
||||
# src: "{{ item.src }}"
|
||||
# dest: "{{ item.dest }}"
|
||||
# mode: "{{ item.mode | default('0644') }}"
|
||||
# loop:
|
||||
# - src: ../files/sing-box
|
||||
# dest: /usr/bin/sing-box
|
||||
# mode: '0755'
|
||||
# - src: ../files/sing-box.service
|
||||
# dest: /etc/systemd/system/sing-box.service
|
||||
# mode: '0644'
|
||||
# tags: network-tools
|
||||
# notify:
|
||||
# - reload_systemd
|
||||
# - enable_sing-box
|
||||
# - start_sing-box
|
||||
# - restart_sing-box
|
||||
# register: copy_result
|
||||
# changed_when: copy_result.changed or (force_update | default(false) | bool)
|
||||
|
||||
- name: update shairport-sync
|
||||
copy:
|
||||
|
||||
94
sync.sh
94
sync.sh
@ -1,51 +1,51 @@
|
||||
mkdir -p files
|
||||
rsync 5cw:/etc/ssh/sshd_config files/sshd_config
|
||||
rsync 5cw:/root/.ssh/authorized_keys files/authorized_keys
|
||||
rsync 5cw:/etc/asound.conf files/asound.conf
|
||||
rsync 5cw:/usr/local/bin/camilladsp files/camilladsp
|
||||
rsync 5cw:/etc/camilladsp.yml files/camilladsp.yml
|
||||
# rsync -avz 5cw:/root/camilladsp-conf files/
|
||||
rsync 5cw:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
|
||||
rsync 5cw:/usr/local/lib/systemd/system/mpd.service files/mpd.service
|
||||
rsync 5cw:/usr/local/bin/mpd files/mpd
|
||||
rsync 5cw:/etc/mpd.conf files/mpd.conf
|
||||
rsync 5cw:/etc/systemd/system/xplayer-server.service files/xplayer-server.service
|
||||
rsync 5cw:/usr/local/bin/server files/server
|
||||
rsync 5cw:/usr/bin/ota files/ota
|
||||
rsync -avz 5cw:/etc/apt/sources.list.d ./files/
|
||||
rsync 5cw:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
|
||||
rsync 5cw:/etc/systemd/system/camilladsp.service files/camilladsp.service
|
||||
rsync 5cw:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
|
||||
rsync 5cw:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules
|
||||
rsync 5cw:/usr/local/bin/usb-mount.sh files/usb-mount.sh
|
||||
rsync 5cw:/etc/custom_service/start_service.sh files/start_service.sh
|
||||
rsync 5cw:/etc/bluetooth/input.conf files/input.conf
|
||||
rsync 5cw:/etc/bluetooth/main.conf files/main.conf
|
||||
rsync 5cw:/etc/default/cpufrequtils files/cpufrequtils
|
||||
rsync 5cw:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service
|
||||
rsync 5cw:/usr/local/bin/shairport-sync files/shairport-sync
|
||||
rsync 5cw:/etc/shairport-sync.conf files/shairport-sync.conf
|
||||
rsync 5cw:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
|
||||
# rsync 5cw:/etc/upmpdcli.conf files/upmpdcli.conf
|
||||
rsync 5cw:/usr/bin/sing-box files/sing-box
|
||||
rsync 5cw:/etc/systemd/system/sing-box.service files/sing-box.service
|
||||
rsync -avz --exclude='login/' 5cw:/srv/login/ files/login/
|
||||
rsync 5cw:/usr/bin/led-startup.sh files/led-startup.sh
|
||||
rsync 5cw:/usr/local/bin/xplayer-start.sh files/xplayer-start.sh
|
||||
rsync 5cw:/usr/bin/install_bluealsa_openaptx.sh files/install_bluealsa_openaptx.sh
|
||||
rsync 5cw:/etc/systemd/system/bluealsa.service files/bluealsa.service
|
||||
rsync 5cw:/srv/bluez-alsa/bluealsa_bundle.tar.gz files/bluealsa_bundle.tar.gz
|
||||
rsync 5cw:/usr/local/bin/apt-fast files/apt-fast
|
||||
rsync 5cw:/etc/apt-fast.conf files/apt-fast.conf
|
||||
rsync 5cw:/usr/local/bin/xplayer-recovery files/xplayer-recovery
|
||||
rsync 5cw:/etc/systemd/system/xplayer-recovery.service files/xplayer-recovery.service
|
||||
rsync 5cw:/etc/systemd/system/xplayer-helper.service files/xplayer-helper.service
|
||||
rsync 5cw:/usr/local/bin/server-helper files/server-helper
|
||||
rsync 5cw:/usr/local/lib/libaptx.so files/libaptx.so
|
||||
rsync 5cw:/usr/bin/bluealsad files/bluealsad
|
||||
rsync 5cw:/usr/bin/bluealsa-aplay files/bluealsa-aplay
|
||||
rsync 5cw:/boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo files/rk3588s-pureroad.dtbo
|
||||
rsync -avz 5cw:/srv/music-classification/ files/music-classification/
|
||||
rsync am60-ts:/etc/ssh/sshd_config files/sshd_config
|
||||
rsync am60-ts:/root/.ssh/authorized_keys files/authorized_keys
|
||||
rsync am60-ts:/etc/asound.conf files/asound.conf
|
||||
rsync am60-ts:/usr/local/bin/camilladsp files/camilladsp
|
||||
rsync am60-ts:/etc/camilladsp.yml files/camilladsp.yml
|
||||
# rsync -avz am60-ts:/root/camilladsp-conf files/
|
||||
rsync am60-ts:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
|
||||
rsync am60-ts:/usr/local/lib/systemd/system/mpd.service files/mpd.service
|
||||
rsync am60-ts:/usr/local/bin/mpd files/mpd
|
||||
rsync am60-ts:/etc/mpd.conf files/mpd.conf
|
||||
rsync am60-ts:/etc/systemd/system/xplayer-server.service files/xplayer-server.service
|
||||
rsync am60-ts:/usr/local/bin/server files/server
|
||||
rsync am60-ts:/usr/bin/ota files/ota
|
||||
rsync -avz am60-ts:/etc/apt/sources.list.d ./files/
|
||||
rsync am60-ts:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
|
||||
rsync am60-ts:/etc/systemd/system/camilladsp.service files/camilladsp.service
|
||||
rsync am60-ts:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
|
||||
rsync am60-ts:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules
|
||||
rsync am60-ts:/usr/local/bin/usb-mount.sh files/usb-mount.sh
|
||||
rsync am60-ts:/etc/custom_service/start_service.sh files/start_service.sh
|
||||
rsync am60-ts:/etc/bluetooth/input.conf files/input.conf
|
||||
rsync am60-ts:/etc/bluetooth/main.conf files/main.conf
|
||||
rsync am60-ts:/etc/default/cpufrequtils files/cpufrequtils
|
||||
rsync am60-ts:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service
|
||||
rsync am60-ts:/usr/local/bin/shairport-sync files/shairport-sync
|
||||
rsync am60-ts:/etc/shairport-sync.conf files/shairport-sync.conf
|
||||
rsync am60-ts:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
|
||||
# rsync am60-ts:/etc/upmpdcli.conf files/upmpdcli.conf
|
||||
# rsync am60-ts:/usr/bin/sing-box files/sing-box
|
||||
# rsync am60-ts:/etc/systemd/system/sing-box.service files/sing-box.service
|
||||
rsync -avz --exclude='login/' am60-ts:/srv/login/ files/login/
|
||||
rsync am60-ts:/usr/bin/led-startup.sh files/led-startup.sh
|
||||
rsync am60-ts:/usr/local/bin/xplayer-start.sh files/xplayer-start.sh
|
||||
rsync am60-ts:/usr/bin/install_bluealsa_openaptx.sh files/install_bluealsa_openaptx.sh
|
||||
rsync am60-ts:/etc/systemd/system/bluealsa.service files/bluealsa.service
|
||||
rsync am60-ts:/srv/bluez-alsa/bluealsa_bundle.tar.gz files/bluealsa_bundle.tar.gz
|
||||
rsync am60-ts:/usr/local/bin/apt-fast files/apt-fast
|
||||
rsync am60-ts:/etc/apt-fast.conf files/apt-fast.conf
|
||||
rsync am60-ts:/usr/local/bin/xplayer-recovery files/xplayer-recovery
|
||||
rsync am60-ts:/etc/systemd/system/xplayer-recovery.service files/xplayer-recovery.service
|
||||
rsync am60-ts:/etc/systemd/system/xplayer-helper.service files/xplayer-helper.service
|
||||
rsync am60-ts:/usr/local/bin/server-helper files/server-helper
|
||||
rsync am60-ts:/usr/local/lib/libaptx.so files/libaptx.so
|
||||
rsync am60-ts:/usr/bin/bluealsad files/bluealsad
|
||||
rsync am60-ts:/usr/bin/bluealsa-aplay files/bluealsa-aplay
|
||||
rsync am60-ts:/boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo files/rk3588s-pureroad.dtbo
|
||||
# rsync -avz am60-ts:/srv/music-classification/ files/music-classification/
|
||||
|
||||
# Clean up macOS resource fork files
|
||||
find files -name "._*" -type f -delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user