From 0682bb90434fab57a63af25c36db0b8891a6a0b8 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:31:21 +0100 Subject: [PATCH] Update permissions for firstboot scripts --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 968752c..6d6036f 100644 --- a/Containerfile +++ b/Containerfile @@ -64,6 +64,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ COPY files/ / RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ + chmod +x /etc/skel/.config/firstboot/wait-and-run.sh && \ systemctl --global enable firstboot-setup.service ### LINTING