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:
parent
e5498ba81b
commit
364784da4a
2 changed files with 1 additions and 7 deletions
|
@ -10,7 +10,7 @@ source _common.sh
|
||||||
source ynh_apps
|
source ynh_apps
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
ynh_install_apps --apps="gemserv"
|
echo "Yes, I understand" | ynh_install_apps --apps="gemserv"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
|
@ -4,12 +4,6 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[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
|
# Tests to run
|
||||||
|
|
Loading…
Add table
Reference in a new issue