Installation of 2 community apps fails

Well after looking closely at it, I think it’s actually a bug in the rockechat app/package …

I uses checkurl here with

yunohost app checkurl $domain -a $app

but it should be

yunohost app checkurl $domain$path -a $app

So either

  • the app is meant to be installed on a full domain (i.e. no other app on the domain) but given the rest of the script I doubt it
  • this bug was not spotted because all people who tried the app so far installed it on a full domain (or a domain with no installed app already)

So if you want a quick work around, I think you can run :

  • git clone https://github.com/YunoHost-Apps/rocketchat_ynh/
  • Edit rocketchat_ynh/scripts/install to add $path after $domain the use of “checkurl”
  • Install the app via yunohost app install ./rocketchat_ynh

And we can/should also report the issue on Github :wink: