From b5cbda4021dbda90626edb4ece105e676df7e57d Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:46:15 +0100 Subject: [PATCH] Update firstboot-setup.sh --- files/usr/libexec/firstboot-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/usr/libexec/firstboot-setup.sh b/files/usr/libexec/firstboot-setup.sh index 678c960..8b8bb35 100644 --- a/files/usr/libexec/firstboot-setup.sh +++ b/files/usr/libexec/firstboot-setup.sh @@ -28,7 +28,7 @@ wirklich abbrechen?" \ $HEIGHT $WIDTH if [[ $? -eq 0 ]]; then - rm -f /etc/myos/firstboot + systemctl start firstboot-cleanup.service systemctl --user disable firstboot-setup.service clear exit 0 @@ -293,7 +293,7 @@ $HEIGHT $WIDTH 0 # ---------------------------- # Mark wizard as done # ---------------------------- -rm -f /etc/myos/firstboot +systemctl start firstboot-cleanup.service systemctl --user disable firstboot-setup.service $DIALOG --title "Fertig" --msgbox \