fix: 🐛 make secureboot detection work
This commit is contained in:
parent
5f890bb2a4
commit
944e65bdae
@ -27,7 +27,7 @@ function check_deps -d "checks if all dependencies are available"
|
|||||||
end
|
end
|
||||||
|
|
||||||
which "sbsign" >/dev/null 2>/dev/null
|
which "sbsign" >/dev/null 2>/dev/null
|
||||||
if test $status != "0" -a $CFG_EFI = "yes"
|
if test $status != "0" -a $CFG_SECUREBOOT = "yes"
|
||||||
set -g CFG_SECUREBOOT "no"
|
set -g CFG_SECUREBOOT "no"
|
||||||
echo "CFG_SECUREBOOT overwriten to \"no\": 'sbsign' not available"
|
echo "CFG_SECUREBOOT overwriten to \"no\": 'sbsign' not available"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user