mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
preinstall rsync before tests
This commit is contained in:
parent
abd1920ab6
commit
3c94073eb9
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
preinstall = """
|
||||||
|
sudo apt update >/dev/null && sudo apt install rsync -y
|
||||||
|
"""
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue