1
Fork 0
This commit is contained in:
caem 2025-01-16 21:37:52 +01:00
parent 6fb1ad7bce
commit 5011ba465a
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,6 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { grub = {
enable = true; enable = true;
device = ""; # [managed by install.sh]
efiSupport = true; efiSupport = true;
gfxmodeEfi = "1920x1080"; gfxmodeEfi = "1920x1080";
}; };

View file

@ -142,7 +142,7 @@ install() {
} }
reboot_on_consent() { 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 read -r do_reboot
if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then
sudo reboot sudo reboot