update package name to edera-sprout

This commit is contained in:
2025-10-19 20:30:09 -07:00
parent ac76be5cb5
commit 73fb21d41f
3 changed files with 25 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
use crate::config::{RootConfiguration, latest_version};
use crate::utils;
use anyhow::{Context, Result, bail};
use std::ops::Deref;
use anyhow::{bail, Context, Result};
use toml::Value;
use uefi::proto::device_path::LoadedImageDevicePath;
use crate::config::{latest_version, RootConfiguration};
use crate::utils;
fn load_raw_config() -> Result<Vec<u8>> {
let current_image_device_path_protocol =