From 9a911cb93bf8c2f0c16244fec7f6d8e63c1ec84d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 8 Dec 2024 17:18:59 +0100 Subject: [PATCH] Reboot system as root --- 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 52717b40..59f6c082 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -54,7 +54,7 @@ function installAction -V dir and echo "This machine will reboot in 5 seconds..." and echo "Press CTRL-C to abort..." and sleep 5 - and systemctl reboot -i + and sudo systemctl reboot -i end runSetupUserAction installAction