mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 10:21:57 -04:00
manager: Fix typo in updating BIOS
This commit is contained in:
parent
41f0b5b546
commit
45999bbb41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue