Remove symbolic link creation for firstboot service

This commit is contained in:
humocs-man
2026-03-15 18:23:49 +01:00
committed by GitHub
parent cf31e12b83
commit 664aa6f953
+2 -3
View File
@@ -66,9 +66,8 @@ COPY files/. /
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
chmod +x /usr/local/bin/install-homebrew.sh && \ chmod +x /usr/local/bin/install-homebrew.sh && \
mkdir -p /etc/skel/.config/systemd/user/graphical-session.target.wants && \ systemctl --global enable firstboot-setup.path && \
ln -s ../firstboot-setup.service \ systemctl --global enable firstboot-setup.service
/etc/skel/.config/systemd/user/graphical-session.target.wants/firstboot-setup.service