1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00

Patch app catalog

This commit is contained in:
Salamandar 2024-01-28 13:25:27 +01:00
parent b9e01f46fd
commit e5498ba81b

View file

@ -6,6 +6,9 @@ test_format = 1.0
preinstall = """
yunohost tools update apps
# Horrible trick to make gemserv install work
jq '.apps.gemserv.level = 8' /var/cache/yunohost/repo/default.json > /tmp/catalog
mv /tmp/catalog /var/cache/yunohost/repo/default.json
"""
# ------------