mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
preinstall libssl1.1 too
This commit is contained in:
parent
a1958ecc60
commit
bf96011a23
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ test_format = 1.0
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
preinstall = """
|
preinstall = """
|
||||||
sudo apt-get update >/dev/null && sudo apt-get install rsync -y >/dev/null
|
sudo apt-get update >/dev/null && sudo apt-get install rsync libssl1.1 -y >/dev/null
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue