matrix-io / matrixio-kernel-modules

MATRIX HAL in kernel space
22 stars 23 forks source link

Can't add repo #59

Open timothybuchanan opened 2 years ago

timothybuchanan commented 2 years ago

Trying to install matrix software on Rpi3 running Buster OS. Your directions for setup are not working. curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add - gives this error:

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. How to fix this?

copitz commented 1 year ago

Use curl with -L (see #56)