From b85c5231271c49d754edadf3022a64bffe973f85 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 21 Aug 2023 17:37:37 +0200 Subject: [PATCH] manifest.toml: fix dynamic dependencies declaration --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e7c15e5..ba52e30 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 """