Merge pull request #5 from Stealth1226/main

citrine: properly silence EFI check
artix
Matt C 3 years ago committed by GitHub
commit 5ac29ab052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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