Force reboot after installation

This commit is contained in:
Manuel Thalmann 2024-09-20 05:35:15 +02:00
parent 7f6ef53549
commit 176011d4eb

View file

@ -63,5 +63,5 @@ else
and echo "This machine will reboot in 5 seconds..." and echo "This machine will reboot in 5 seconds..."
and echo "Press CTRL-C to abort..." and echo "Press CTRL-C to abort..."
and sleep 5 and sleep 5
and systemctl reboot and systemctl reboot -i
end end