Add execute permissions to setup scripts

This commit is contained in:
humocs-man
2026-03-14 14:48:40 +01:00
committed by GitHub
parent d966691f93
commit 82ade57db3
+1
View File
@@ -65,6 +65,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
COPY files/ / COPY files/ /
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
chmod +x /etc/skel/.config/firstboot/wait-and-run.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 systemctl --global enable firstboot-setup.service
### LINTING ### LINTING