From 9e86340952c5937bc02afa6909c543664ab1ed4d Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 4 Jul 2024 21:05:18 +0530 Subject: [PATCH] fix: update recipe to new Vib syntax Signed-off-by: K.B.Dharun Krishna --- recipe.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipe.yml b/recipe.yml index ff8179a..14b15c4 100644 --- a/recipe.yml +++ b/recipe.yml @@ -8,5 +8,8 @@ stages: labels: maintainer: Vanilla OS Contributors adds: - rootfs/vanilla-pico.tar.zst: / - cmd: ["/bin/bash"] + - srcdst: + rootfs/vanilla-pico.tar.zst: / + cmd: + exec: + - /bash