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:
parent
b9bb90c7d5
commit
b85c523127
1 changed files with 1 additions and 1 deletions
|
@ -81,5 +81,5 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
systemd-detect-virt -q -c && apt install qemu-utils e2fsprogs
|
systemd-detect-virt -q -c && echo "qemu-utils e2fsprogs" || true
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue