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:
parent
b9e01f46fd
commit
e5498ba81b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
# ------------
|
||||
|
|
Loading…
Reference in a new issue