From 27c05ec3d7631e72c7912b638390d65dbfc8609a Mon Sep 17 00:00:00 2001 From: Tau Date: Thu, 28 Nov 2024 23:43:26 +0100 Subject: [PATCH] run apt update before installing apps --- recipe.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe.yml b/recipe.yml index e5d6ea5..0ac5f9c 100644 --- a/recipe.yml +++ b/recipe.yml @@ -13,6 +13,11 @@ stages: - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends modules: + - name: apt-update + type: shell + commands: + - apt-get update + - name: systemd type: apt source: