Add execute permissions to setup scripts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user