1
0
Fork 0
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:
Kayou 2024-07-16 15:22:43 +02:00 committed by GitHub
parent bf96011a23
commit 824d1f1493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
"""
# -------------------------------