Reboot system as root

This commit is contained in:
Manuel Thalmann 2024-12-08 17:18:59 +01:00
parent da1870c250
commit 9a911cb93b

View file

@ -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