updated to include reboot cycle

This commit is contained in:
Chris Frankland-Wright 2025-06-23 17:15:00 +01:00
parent c84863b49e
commit 7ec7f6844d

View file

@ -124,7 +124,7 @@ chown hermione:hermione "$INIT_FILE"
echo "Custom splash and Wayland wallpaper applied." echo "Custom splash and Wayland wallpaper applied."
# --------------------------------------------------------- # ---------------------------------------------------------
# Final Message # Final Message & Reboot Option
# --------------------------------------------------------- # ---------------------------------------------------------
echo "" echo ""
echo "─────────────────────────────────────────────" echo "─────────────────────────────────────────────"
@ -135,3 +135,8 @@ echo "The TimeTurner is ready. But remember:"
echo "\"You must not be seen.\" Hermione Granger" echo "\"You must not be seen.\" Hermione Granger"
echo "Visual enchantments adapted for Wayland by Luna." echo "Visual enchantments adapted for Wayland by Luna."
echo "" echo ""
echo "The system will reboot in 30 seconds to complete setup..."
echo "Press [Enter] to reboot immediately, or Ctrl+C to cancel."
read -t 30 -p ""
sudo reboot