We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The command curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add - && echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list returns
curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add - && echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). gpg: no valid OpenPGP data found
This is on the latest version of Raspbian. See also:
Please fix this issue at the earliest so we can use our Matrix Device. Please also update the documentation.
Regards, Shashank V M
The text was updated successfully, but these errors were encountered:
This issues is also adressed here matrix-org/synapse#1855
Their solution is to use another link curl https://packages.matrix.org/debian/matrix-org-archive-keyring.asc | sudo apt-key add -
curl https://packages.matrix.org/debian/matrix-org-archive-keyring.asc | sudo apt-key add -
But this ends up in The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B16A1706B2DD19C3
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B16A1706B2DD19C3
Workaround for this is to open the sources file
sudo nano /etc/apt/sources.list.d/matrixlabs.list and edit it to: deb [trusted=yes] https://apt.matrix.one/raspbian buster main
sudo nano /etc/apt/sources.list.d/matrixlabs.list
deb [trusted=yes] https://apt.matrix.one/raspbian buster main
Another thing worth noting is that matrixio-creator-init seems to be not availablie on bullseye (neither 32 nor 64 bit), only on buster
matrixio-creator-init
Sorry, something went wrong.
No branches or pull requests
Hi,
The command
curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add - && echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
returns
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). gpg: no valid OpenPGP data found
This is on the latest version of Raspbian.
See also:
Please fix this issue at the earliest so we can use our Matrix Device. Please also update the documentation.
Regards,
Shashank V M
The text was updated successfully, but these errors were encountered: