diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index a011b1546..11d90dd09 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -415,10 +415,10 @@ def tools_postinstall(operation_logger, domain, password, ignore_dyndns=False, # Enable UPnP silently and reload firewall firewall_upnp('enable', no_refresh=True) - # Setup the default official app list with cron job + # Setup the default apps list with cron job try: app_fetchlist(name="yunohost", - url="https://app.yunohost.org/official.json") + url="https://app.yunohost.org/apps.json") except Exception as e: logger.warning(str(e))