Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18e6ad0931 | |||
| ba069c7ee1 | |||
| 8cabc65175 | |||
| 2eb6b55723 | |||
| 4947c03417 | |||
| 41fd7c4cb5 | |||
| d3ce35d530 | |||
| 73e75d1a7e | |||
| 7f30c3e80e | |||
| 98c4209c88 | |||
| a3e456eace | |||
| 79bf3635b4 | |||
| ef85292c2d | |||
| 71030782ce |
@ -1 +1 @@
|
||||
http://xplayer-ota.pureroad.cn/files_20260409_143954.tar.xz
|
||||
http://xplayer-ota.pureroad.cn/files_20260529_220716.tar.xz
|
||||
|
||||
@ -69,11 +69,16 @@
|
||||
cloud-guest-utils"
|
||||
|
||||
tasks:
|
||||
- name: Check existing bluealsa installer
|
||||
stat:
|
||||
path: /usr/bin/install_bluealsa_openaptx.sh
|
||||
register: bluealsa_installer
|
||||
|
||||
- name: update script
|
||||
shell:
|
||||
cmd: |
|
||||
/usr/bin/install_bluealsa_openaptx.sh
|
||||
ignore_errors: yes
|
||||
when: bluealsa_installer.stat.exists
|
||||
|
||||
- name: switch mirror
|
||||
copy:
|
||||
@ -144,6 +149,7 @@
|
||||
- path: /var/lib/mpd/playlists
|
||||
- path: /var/lib/mpd/music
|
||||
- path: /usr/local/lib/systemd/system
|
||||
- path: /etc/custom_service
|
||||
- path: /srv/login
|
||||
- path: /usr/var/lib/bluealsa
|
||||
- path: /srv/bluez-alsa
|
||||
@ -156,8 +162,6 @@
|
||||
dest: "{{ item.dest }}"
|
||||
mode: "{{ item.mode | default('0644') }}"
|
||||
loop:
|
||||
- src: ../files/modules
|
||||
dest: /etc/modules
|
||||
- src: ../files/login/
|
||||
dest: /srv/login/
|
||||
- src: ../files/sshd_config
|
||||
@ -572,6 +576,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
sync.sh
1
sync.sh
@ -13,7 +13,6 @@ rsync 5cw:/etc/systemd/system/xplayer-server.service files/xplayer-server.servic
|
||||
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/modules files/modules
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user