diff --git a/Containerfile b/Containerfile index edbce57..755d104 100644 --- a/Containerfile +++ b/Containerfile @@ -65,8 +65,8 @@ 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 + chmod +x /usr/local/bin/install-homebrew.sh + ### LINTING ## Verify final image and contents are correct.