From 45999bbb410a8682f65c672c27a9e7d8d1ed57e8 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Wed, 10 Apr 2024 17:06:40 -0700 Subject: [PATCH] manager: Fix typo in updating BIOS --- src/manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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