Update firstboot-setup.sh

This commit is contained in:
humocs-man
2026-03-09 16:46:15 +01:00
committed by GitHub
parent 8cf5b7f7de
commit b5cbda4021
+2 -2
View File
@@ -28,7 +28,7 @@ wirklich abbrechen?" \
$HEIGHT $WIDTH $HEIGHT $WIDTH
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then
rm -f /etc/myos/firstboot systemctl start firstboot-cleanup.service
systemctl --user disable firstboot-setup.service systemctl --user disable firstboot-setup.service
clear clear
exit 0 exit 0
@@ -293,7 +293,7 @@ $HEIGHT $WIDTH 0
# ---------------------------- # ----------------------------
# Mark wizard as done # Mark wizard as done
# ---------------------------- # ----------------------------
rm -f /etc/myos/firstboot systemctl start firstboot-cleanup.service
systemctl --user disable firstboot-setup.service systemctl --user disable firstboot-setup.service
$DIALOG --title "Fertig" --msgbox \ $DIALOG --title "Fertig" --msgbox \