citrine: properly silence EFI check

artix
Stealth1226 3 years ago
parent 1718a6ab53
commit db782a3365

@ -68,7 +68,7 @@ else
fi fi
echo "NVME=$NVME" echo "NVME=$NVME"
if ls /sys/firmware/efi/efivars > /dev/null; then if [[ -d /sys/firmware/efi/efivars ]]; then
inf "Seems like this machine was booted with EFI. Noting" inf "Seems like this machine was booted with EFI. Noting"
EFI="yes" EFI="yes"
else else

Loading…
Cancel
Save