From c09594af97ed62de6c6d96d5e976295624bf0847 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:51:13 +0100 Subject: [PATCH] Update Containerfile --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 7f5f0c2..dfd3b34 100644 --- a/Containerfile +++ b/Containerfile @@ -66,8 +66,8 @@ COPY files/. / RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ chmod +x /usr/local/bin/install-homebrew.sh && \ - systemctl --global enable firstboot-setup.path && \ - systemctl --global enable firstboot-setup.service + systemctl --global enable firstboot-setup.path +