04-30-2024, 02:26 PM
Hello everyone!
I have a banana PI M2plus running armbian bullseye. I wanted to install moOde with the help of this install instructions: https://github.com/moode-player/docs/blo...package.md
But when I try to run the first script, the following happens:
What have I done wrong? I tried updating the keys for the github cli, but It doesn't seem to do anything....
I have a banana PI M2plus running armbian bullseye. I wanted to install moOde with the help of this install instructions: https://github.com/moode-player/docs/blo...package.md
But when I try to run the first script, the following happens:
Code:
flotec@bananapim2plus:/etc/apt/keyrings$ curl -1sLf \
'https://dl.cloudsmith.io/public/moodeaudio/m8y/setup.deb.sh' \
| sudo -E distro=raspbian codename=bullseye bash
Executing the setup script for the 'moodeaudio/m8y' repository ...
OK: Checking for required executable 'curl' ...
OK: Checking for required executable 'apt-get' ...
OK: Checking for apt dependency 'apt-transport-https' ...
OK: Checking for apt dependency 'ca-certificates' ...
OK: Checking for apt dependency 'gnupg' ...
RUN: Importing 'moodeaudio/m8y' repository GPG keys ...gpg: WARNUNG: Unsicheres Besitzverhältnis des Home-Verzeichnis `/home/flotec/.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 ...
NOPE: Updating apt repository metadata cache ...
Failed to update via apt-get update
OK:2 http://deb.debian.org/debian bullseye InRelease
OK:3 http://deb.debian.org/debian bullseye-updates InRelease
OK:4 http://security.debian.org bullseye-security InRelease
OK:5 http://deb.debian.org/debian bullseye-backports InRelease
OK:6 https://itai-nelken.github.io/weekly-box86-debs/debian InRelease
OK:7 http://deb.volian.org/volian scar InRelease
Holen:1 https://cli.github.com/packages stable InRelease [3.917 B]
Holen:8 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bullseye InRelease [5.199 B]
Fehl:1 https://cli.github.com/packages stable InRelease
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 23F3D4EA75716059
OK:9 http://mirrors.xtom.de/armbian bullseye InRelease
OK:10 https://dtcooper.github.io/raspotify raspotify InRelease
Paketlisten werden gelesen…
W: GPG-Fehler: https://cli.github.com/packages stable InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 23F3D4EA75716059
E: Das Depot »http://cli.github.com/packages stable InRelease« ist nicht signiert.
^^^^: ... 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
!!!!:
What have I done wrong? I tried updating the keys for the github cli, but It doesn't seem to do anything....