mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
update command to use flatpak-spawn
This commit is contained in:
@@ -133,7 +133,9 @@ impl ToolbxContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn update_status(&mut self) -> Result<(), ToolbxError> {
|
pub fn update_status(&mut self) -> Result<(), ToolbxError> {
|
||||||
let output = Command::new("podman")
|
let output = Command::new("flatpak-spawn")
|
||||||
|
.arg("--host")
|
||||||
|
.arg("podman")
|
||||||
.arg("container")
|
.arg("container")
|
||||||
.arg("inspect")
|
.arg("inspect")
|
||||||
.arg(self.name.clone())
|
.arg(self.name.clone())
|
||||||
|
|||||||
Reference in New Issue
Block a user