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:
parent
b108df1896
commit
2180c2bd41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue