1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Update tests.toml: fix synapse install now that's it's using packaging v2

This commit is contained in:
Alexandre Aubin 2024-04-16 17:01:35 +02:00 committed by GitHub
parent b108df1896
commit 2180c2bd41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,8 @@ test_format = 1.0
preinstall = """
sudo yunohost tools update apps
sudo yunohost app install \
https://github.com/YunoHost-Apps/synapse_ynh/tree/1c36215f03e5bc1b4c22ec42f93e6188f73a9f36 \
-a "domain=sub.domain.tld&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" \
https://github.com/YunoHost-Apps/synapse_ynh \
-a "domain=sub.domain.tld&init_main_permission=all_users&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" \
--force
"""