diff --git a/citrine.internal.sh b/citrine.internal.sh index 9a14059..6c7680a 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -81,6 +81,12 @@ else fi echo "EFI=$EFI" +if [[ "$EFI" == "yes" ]]; then + prompt "This PC seems to have booted with UEFI. Press enter to confirm" +else + prompt "This PC seems to *not* have booted with UEFI. Press enter to aknowledge, or press Control+C if this seems wrong." +fi + inf "Setting system clock via network" timedatectl set-ntp true