mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 18:32:03 -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<()> {
|
async fn update_bios(&self) -> zbus::fdo::Result<()> {
|
||||||
// Update the bios as needed
|
// Update the bios as needed
|
||||||
run_script(
|
run_script(
|
||||||
"/usr/bin/steamos-potlkit-helpers/jupiter-biosupdate",
|
"/usr/bin/steamos-polkit-helpers/jupiter-biosupdate",
|
||||||
&["--auto"],
|
&["--auto"],
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue