From 70c90c3cd9f6d075f65cc91088975e0a2822c9fe Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Thu, 2 Apr 2026 16:18:33 +0100 Subject: [PATCH] fix: include sudo in ubuntu image --- ubuntu.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu.yaml b/ubuntu.yaml index 7d514e3..82026bf 100644 --- a/ubuntu.yaml +++ b/ubuntu.yaml @@ -29,6 +29,7 @@ stages: - skopeo - jq - git + - sudo - pacman - linux-generic - systemd @@ -41,7 +42,7 @@ stages: - module: exec inputs: - | - git clone --revision 3c07cd05b998f0a5029ca4afa6e01ff21426b0a1 --depth 1 https://git.ruds.io/rs2009/akshara /akshara + git clone --revision 6e2670db89101219fc2f6bfc8be74c556147cdd1 --depth 1 https://git.ruds.io/rs2009/akshara /akshara cd /akshara cp -a usr/lib/akshara /usr/lib/akshara cp -a usr/lib/dracut/modules.d/10akshara /usr/lib/dracut/modules.d/10akshara