Simpler finish
This commit is contained in:
@@ -2374,8 +2374,6 @@ fi
|
|||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
Omarchy quattro upgrade complete!
|
|
||||||
|
|
||||||
WARNING: You must address any errors in the above before rebooting.
|
WARNING: You must address any errors in the above before rebooting.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
@@ -2383,7 +2381,7 @@ EOF
|
|||||||
if (( auto_reboot )); then
|
if (( auto_reboot )); then
|
||||||
log "Rebooting because --reboot was passed"
|
log "Rebooting because --reboot was passed"
|
||||||
as_root systemctl reboot
|
as_root systemctl reboot
|
||||||
elif gum confirm "Reboot now?"; then
|
elif gum confirm "Reboot to complete Quattro upgrade now?"; then
|
||||||
as_root systemctl reboot
|
as_root systemctl reboot
|
||||||
else
|
else
|
||||||
echo "Not rebooting. Please reboot manually after confirming there were no errors."
|
echo "Not rebooting. Please reboot manually after confirming there were no errors."
|
||||||
|
|||||||
Reference in New Issue
Block a user