Use a simpler version that is not going to have potential color issues on some displays

This commit is contained in:
David Heinemeier Hansson 2025-08-23 18:39:52 +02:00
parent 6147b634e7
commit 87467579f7

View File

@ -119,7 +119,9 @@ show_subtext "You're done! So we're ready to reboot now..."
if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null
gum confirm "Have you unplugged the USB installer?"
echo
read -n 1 -s -r -p "Remove the USB installer then press any key to reboot..."
echo
fi
sleep 2