From e5498ba81b54b5d86fe261e652b8058aa2788ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 28 Jan 2024 13:25:27 +0100 Subject: [PATCH] Patch app catalog --- tests.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.toml b/tests.toml index 9340c79..a66ef34 100644 --- a/tests.toml +++ b/tests.toml @@ -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 """ # ------------