From 82ade57db3ac55fb912876702686e25e620eb574 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:48:40 +0100 Subject: [PATCH] Add execute permissions to setup scripts --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 6d6036f..35fea42 100644 --- a/Containerfile +++ b/Containerfile @@ -65,6 +65,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 && \ + chmod +x /usr/local/bin/install-homebrew.sh && \ systemctl --global enable firstboot-setup.service ### LINTING