mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
updated to include reboot cycle
This commit is contained in:
parent
c84863b49e
commit
7ec7f6844d
1 changed files with 6 additions and 1 deletions
7
setup.sh
7
setup.sh
|
|
@ -124,7 +124,7 @@ chown hermione:hermione "$INIT_FILE"
|
|||
echo "Custom splash and Wayland wallpaper applied."
|
||||
|
||||
# ---------------------------------------------------------
|
||||
# Final Message
|
||||
# Final Message & Reboot Option
|
||||
# ---------------------------------------------------------
|
||||
echo ""
|
||||
echo "─────────────────────────────────────────────"
|
||||
|
|
@ -135,3 +135,8 @@ echo "The TimeTurner is ready. But remember:"
|
|||
echo "\"You must not be seen.\" – Hermione Granger"
|
||||
echo "Visual enchantments adapted for Wayland by Luna."
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue