diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index eb4d2666..c4d50dfa 100644 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -39,5 +39,8 @@ begin end | chroot "$mountDir" tee /root/.bash_profile > /dev/null and echo "Setup finished!" - and echo "Please reboot your machine" + and echo "This machine will reboot in 5 seconds..." + and echo "Press CTRL-C to abort..." + and sleep 5 + and systemctl reboot end