mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
10 lines
281 B
TOML
10 lines
281 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
preinstall = """
|
|
sudo yunohost tools update apps
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/zerotier_ynh --force
|
|
"""
|