Compare commits
No commits in common. "main" and "v0.18.1" have entirely different histories.
@ -1 +1 @@
|
|||||||
http://xplayer-ota.pureroad.cn/files_20260529_220716.tar.xz
|
http://xplayer-ota.pureroad.cn/files_20260409_143954.tar.xz
|
||||||
|
|||||||
@ -69,16 +69,11 @@
|
|||||||
cloud-guest-utils"
|
cloud-guest-utils"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Check existing bluealsa installer
|
|
||||||
stat:
|
|
||||||
path: /usr/bin/install_bluealsa_openaptx.sh
|
|
||||||
register: bluealsa_installer
|
|
||||||
|
|
||||||
- name: update script
|
- name: update script
|
||||||
shell:
|
shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
/usr/bin/install_bluealsa_openaptx.sh
|
/usr/bin/install_bluealsa_openaptx.sh
|
||||||
when: bluealsa_installer.stat.exists
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: switch mirror
|
- name: switch mirror
|
||||||
copy:
|
copy:
|
||||||
@ -149,7 +144,6 @@
|
|||||||
- path: /var/lib/mpd/playlists
|
- path: /var/lib/mpd/playlists
|
||||||
- path: /var/lib/mpd/music
|
- path: /var/lib/mpd/music
|
||||||
- path: /usr/local/lib/systemd/system
|
- path: /usr/local/lib/systemd/system
|
||||||
- path: /etc/custom_service
|
|
||||||
- path: /srv/login
|
- path: /srv/login
|
||||||
- path: /usr/var/lib/bluealsa
|
- path: /usr/var/lib/bluealsa
|
||||||
- path: /srv/bluez-alsa
|
- path: /srv/bluez-alsa
|
||||||
@ -162,6 +156,8 @@
|
|||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
mode: "{{ item.mode | default('0644') }}"
|
mode: "{{ item.mode | default('0644') }}"
|
||||||
loop:
|
loop:
|
||||||
|
- src: ../files/modules
|
||||||
|
dest: /etc/modules
|
||||||
- src: ../files/login/
|
- src: ../files/login/
|
||||||
dest: /srv/login/
|
dest: /srv/login/
|
||||||
- src: ../files/sshd_config
|
- src: ../files/sshd_config
|
||||||
@ -576,3 +572,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
sync.sh
3
sync.sh
@ -13,6 +13,7 @@ rsync 5cw:/etc/systemd/system/xplayer-server.service files/xplayer-server.servic
|
|||||||
rsync 5cw:/usr/local/bin/server files/server
|
rsync 5cw:/usr/local/bin/server files/server
|
||||||
rsync 5cw:/usr/bin/ota files/ota
|
rsync 5cw:/usr/bin/ota files/ota
|
||||||
rsync -avz 5cw:/etc/apt/sources.list.d ./files/
|
rsync -avz 5cw:/etc/apt/sources.list.d ./files/
|
||||||
|
rsync 5cw:/etc/modules files/modules
|
||||||
rsync 5cw:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
|
rsync 5cw:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
|
||||||
rsync 5cw:/etc/systemd/system/camilladsp.service files/camilladsp.service
|
rsync 5cw:/etc/systemd/system/camilladsp.service files/camilladsp.service
|
||||||
rsync 5cw:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
|
rsync 5cw:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
|
||||||
@ -50,4 +51,4 @@ rsync -avz 5cw:/srv/music-classification/ files/music-classification/
|
|||||||
# Clean up macOS resource fork files
|
# Clean up macOS resource fork files
|
||||||
find files -name "._*" -type f -delete
|
find files -name "._*" -type f -delete
|
||||||
|
|
||||||
echo "done"
|
echo "done"
|
||||||
Loading…
x
Reference in New Issue
Block a user