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:
parent
3c94073eb9
commit
a1958ecc60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
# -------------------------------
|
||||
|
|
Loading…
Reference in a new issue