Reboot system as root
This commit is contained in:
parent
da1870c250
commit
9a911cb93b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue