diff --git a/src/manager.rs b/src/manager.rs index 3917a67..7ec615d 100644 --- a/src/manager.rs +++ b/src/manager.rs @@ -201,7 +201,7 @@ impl SteamOSManager { async fn update_bios(&self) -> zbus::fdo::Result<()> { // Update the bios as needed run_script( - "/usr/bin/steamos-potlkit-helpers/jupiter-biosupdate", + "/usr/bin/steamos-polkit-helpers/jupiter-biosupdate", &["--auto"], ) .await