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