1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Fix tests.toml

This commit is contained in:
Salamandar 2024-07-01 15:37:20 +02:00
parent aeb3d5228e
commit 3491d10707

View file

@ -4,7 +4,7 @@ test_format = 1.0
[default] [default]
preinstall = """" preinstall = """
if cat /etc/os-release | grep --quiet bookworm 2>/dev/null; then if cat /etc/os-release | grep --quiet bookworm 2>/dev/null; then
yunohost app install --force https://github.com/yunoHost-Apps/metronome_ynh -a 'domain=domain.tld&init_main_permission=visitors' yunohost app install --force https://github.com/yunoHost-Apps/metronome_ynh -a 'domain=domain.tld&init_main_permission=visitors'
fi fi