🩹 fix secure boot
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-09 11:49:09 +02:00
parent 1ae8c47392
commit 57e06dcc99
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 17 additions and 7 deletions

View file

@ -53,7 +53,8 @@ fn main() {
std::process::exit(1);
}
ensure_secure_boot();
// TODO : make secure boot configurable
//ensure_secure_boot();
let config_file: &String = install_args.get_one("config").unwrap();
let force = install_args.get_flag("force");