stuff
This commit is contained in:
parent
6fb1ad7bce
commit
5011ba465a
2 changed files with 1 additions and 2 deletions
|
@ -142,7 +142,7 @@ install() {
|
|||
}
|
||||
|
||||
reboot_on_consent() {
|
||||
printf "\n\nInstallation complete. Would you like to reboot?\n[y/n] >"
|
||||
printf "\n\nWould you like to reboot?\n[y/n] > "
|
||||
read -r do_reboot
|
||||
if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then
|
||||
sudo reboot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue