Simpler finish

This commit is contained in:
David Heinemeier Hansson
2026-07-18 10:45:47 -07:00
parent d0cc4b9674
commit b39313abcf
+1 -3
View File
@@ -2374,8 +2374,6 @@ fi
cat <<EOF
Omarchy quattro upgrade complete!
WARNING: You must address any errors in the above before rebooting.
EOF
@@ -2383,7 +2381,7 @@ EOF
if (( auto_reboot )); then
log "Rebooting because --reboot was passed"
as_root systemctl reboot
elif gum confirm "Reboot now?"; then
elif gum confirm "Reboot to complete Quattro upgrade now?"; then
as_root systemctl reboot
else
echo "Not rebooting. Please reboot manually after confirming there were no errors."