diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 11c6eabde..03d0a1144 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -59,4 +59,9 @@ else end and runHook postInstall || true + echo "The installation finished successfully!" + and echo "This machine will reboot in 5 seconds..." + and echo "Press CTRL-C to abort..." + and sleep 5 + and systemctl reboot end