1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

apt-get instead of apt, less logs

This commit is contained in:
Kayou 2024-07-16 14:33:27 +02:00 committed by GitHub
parent 3c94073eb9
commit a1958ecc60
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 update >/dev/null && sudo apt install rsync -y
sudo apt-get update >/dev/null && sudo apt-get install rsync -y >/dev/null
"""
# -------------------------------