diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index e8da4963..a231677f 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