mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use apps.json as default list
This commit is contained in:
parent
fa4023283b
commit
2703d5aa66
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue