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

Try to force install with confirmation

This commit is contained in:
Salamandar 2024-01-28 13:29:44 +01:00
parent e5498ba81b
commit 364784da4a
2 changed files with 1 additions and 7 deletions

View file

@ -10,7 +10,7 @@ source _common.sh
source ynh_apps
source /usr/share/yunohost/helpers
ynh_install_apps --apps="gemserv"
echo "Yes, I understand" | ynh_install_apps --apps="gemserv"
#=================================================
# CREATE DEDICATED USER

View file

@ -4,12 +4,6 @@ test_format = 1.0
[default]
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
"""
# ------------
# Tests to run