From 267a9e1765b09de70948c37733591e7a8b5807d9 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 8 Oct 2025 20:03:42 -0400 Subject: [PATCH] Fix --- install/post-install/finished.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index c916376d..b0b41615 100644 --- a/install/post-install/finished.sh +++ b/install/post-install/finished.sh @@ -32,11 +32,7 @@ if gum confirm --padding "0 0 0 $((PADDING_LEFT + 32))" --show-help=false --defa clear if [[ -n "${OMARCHY_CHROOT_INSTALL:-}" ]]; then -<<<<<<< Updated upstream - touch /tmp/omarchy-reboot-requested -======= - touch /var/tmp/omarchy-reboot-requested ->>>>>>> Stashed changes + touch /var/tmp/omarchy-install-completed exit 0 else sudo reboot 2>/dev/null