From 75eb059779150e7dc25c26182dc4a267199520ec Mon Sep 17 00:00:00 2001 From: neimadTL Date: Mon, 27 Oct 2025 03:47:50 -0400 Subject: [PATCH] Remove after install usb installer message (#2888) Since in almost all cases, the EFI entries will get positioned above the USB, this notice is not needed. --- install/post-install/finished.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index b0b41615..5b524af0 100644 --- a/install/post-install/finished.sh +++ b/install/post-install/finished.sh @@ -22,8 +22,6 @@ fi if sudo test -f /etc/sudoers.d/99-omarchy-installer; then sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null - echo - echo_in_style "Remember to remove USB installer!" fi # Exit gracefully if user chooses not to reboot