Non-functioning yunohost image

Hello, I’ve just downloaded and installed yunohost on rpi 4 and it’s unable to install apps or updates plus it says it’s testing branch although I downloaded yunohost image labeled stable(from this page BTW: Install YunoHost | Yunohost Documentation).
Thanks for any answers

You can try to install first the Raspberry Pi OS and then to execute the install script in command line (as a root user) :

curl https://install.yunohost.org | bash

More info here

1 Like

Thanks for your answer. I may be dumb but I always get error message “The user pi should be logged out”

Hello,

You could try to define a password for root :

sudo passwd root

Then logout pi and login root with the password you’ve just assigned.

Finally relaunch the install script :

curl https://install.yunohost.org | bash

ppr

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.