ignore sudo, I know There is no working 'sudo'

  • Hi,
    I'm using libareelec for running also homebridg, everything is working fine but when I'm trying install plugins from the UI I get the known msg there is no working sudo
    the sudo as I understood is coming from the plugin part, is there any way to ignore it and make the system run the command without the sudo?

  • You could try setting up an empty alias for 'sudo'

    alias sudo=""

    and place it in a file called .bash_aliases in the root of the /storage folder.

    And then restart LibreELEC.