Executing the setup script for the 'moodeaudio/m8y' repository ...
OK: Checking for required executable 'curl' ...
OK: Checking for required executable 'apt-get' ...
OK: Detecting your OS distribution and release using system methods ...
^^^^: ... Detected/provided for your OS/distribution, version and architecture:
>>>>:
>>>>: ... distro=debian version=12 codename=bookworm arch=aarch64
>>>>:
NOPE: Checking for apt dependency 'apt-transport-https' ...
NOPE: Updating apt repository metadata cache ...
Failed to update via apt-get update
E: Type '$deb' is not known on line 1 in source list /etc/apt/sources.list
E: The list of sources could not be read.
^^^^: ... Failed to update via apt-get update - Context above (maybe no packages?).
!!!!: Oh no, your setup failed! :-( ... But we might be able to help. :-)
!!!!:
!!!!: You can contact moodeaudio for further assistance.
!!!!:
!!!!: URL: https://github.com/moode-player
!!!!:
则表示无法连接到 https://github.com
只好在其他时间在试
必须要等到显示以下内容
root@armbian:~# ./setup.deb.sh
Executing the setup script for the 'moodeaudio/m8y' repository ...
OK: Checking for required executable 'curl' ...
OK: Checking for required executable 'apt-get' ...
OK: Detecting your OS distribution and release using system methods ...
^^^^: ... Detected/provided for your OS/distribution, version and architecture:
>>>>:
>>>>: ... distro=debian version=12 codename=bookworm arch=aarch64
>>>>:
NOPE: Checking for apt dependency 'apt-transport-https' ...
OK: Updating apt repository metadata cache ...
OK: Attempting to install 'apt-transport-https' ...
OK: Checking for apt dependency 'ca-certificates' ...
OK: Checking for apt dependency 'gnupg' ...
OK: Checking for apt signed-by key support ...
OK: Importing 'moodeaudio/m8y' repository GPG keys ...
OK: Checking if upstream install config is OK ...
OK: Installing 'moodeaudio/m8y' repository via apt ...
OK: Updating apt repository metadata cache ...
OK: The repository has been installed successfully - You're ready to rock!
下面继续
nano /etc/apt/sources.list.d/moodeaudio-m8y.list
将原有内容用#注释掉
添加以下内容
deb [signed-by=/usr/share/keyrings/moodeaudio-m8y-archive-keyring.gpg] https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm main
deb-src [signed-by=/usr/share/keyrings/moodeaudio-m8y-archive-keyring.gpg] https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm main
Setting up moode-player (9.0.0-1moode1~pre1) ...
** Basic optimizations
/var/lib/dpkg/info/moode-player.postinst: line 57: dphys-swapfile: command not found
/var/lib/dpkg/info/moode-player.postinst: line 58: dphys-swapfile: command not found
** Systemd enable/disable
** Create MPD runtime environment
** Set permissions for D-Bus (for bluez-alsa)
** Set permissions for triggerhappy (to execute ALSA commands)
** Create symlinks
** Create logfiles
** Set permissions
** Create database
GnuTLS: The TLS connection was non-properly terminated.
Unable to establish SSL connection.
Traceback (most recent call last):
File "/var/www/util/station_manager.py", line 749, in <module>
check_result = mgnr.check_env(args.do_import or args.do_diff, args.logopath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/www/util/station_manager.py", line 129, in check_env
return_code = self.check_backup(return_code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/www/util/station_manager.py", line 144, in check_backup
with ZipFile(self.backup_file, 'r') as backup:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/zipfile.py", line 1302, in __init__
self._RealGetContents()
File "/usr/lib/python3.11/zipfile.py", line 1369, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
** Initial permissions for certain files. These also get set during moOde Worker startup
** Establish permissions
** Generate alsaequal binary
** Misc deletes
** Set permissions for pam and sudoers drop files
** Setup config files
sed: can't read /etc/X11/Xwrapper.config: No such file or directory
moode-player install finished, please reboot
Setting up chromium-browser (1:129.0.6668.100-1~deb12u1+rpt1) ...
Processing triggers for php8.2-cli (8.2.24-1~deb12u1) ...
Processing triggers for dictionaries-common (1.29.5) ...
Processing triggers for php8.2-fpm (8.2.24-1~deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
root@armbian:/home#