Use apps.json as default list

This commit is contained in:
Maniack Crudelis 2019-02-26 00:07:53 +01:00 committed by GitHub
parent fa4023283b
commit 2703d5aa66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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