Force reboot after installation

This commit is contained in:
Manuel Thalmann 2024-09-20 05:35:15 +02:00
parent d26bdf8679
commit 27eb384a84

View file

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