From 176011d4eb2c43031579d0a8ea6f8b7f4bb2a92c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 20 Sep 2024 05:35:15 +0200 Subject: [PATCH] Force reboot after installation --- scripts/Common/OS/install.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 03d0a114..5ff24b6d 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -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