1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

manifest.toml: fix dynamic dependencies declaration

This commit is contained in:
Alexandre Aubin 2023-08-21 17:37:37 +02:00 committed by GitHub
parent b9bb90c7d5
commit b85c523127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,5 +81,5 @@ ram.runtime = "50M"
[resources.apt]
packages_from_raw_bash = """
systemd-detect-virt -q -c && apt install qemu-utils e2fsprogs
systemd-detect-virt -q -c && echo "qemu-utils e2fsprogs" || true
"""