Reboot system as root

This commit is contained in:
Manuel Thalmann 2024-12-08 17:18:59 +01:00
parent 1fc873b07f
commit 836b3035fa

View file

@ -54,7 +54,7 @@ function installAction -V dir
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 -i and sudo systemctl reboot -i
end end
runSetupUserAction installAction runSetupUserAction installAction