Update package version to 0.10.0

This commit is contained in:
2026-09-04 15:56:49 +03:00
parent 4329d2712f
commit f5c3905548
3 changed files with 6 additions and 20 deletions
-13
View File
@@ -1,13 +0,0 @@
diff --git a/lact-gui/src/app.rs b/lact-gui/src/app.rs
index df67331..6f3da51 100644
--- a/lact-gui/src/app.rs
+++ b/lact-gui/src/app.rs
@@ -562,7 +562,7 @@ impl AsyncComponent for AppModel {
"embedded-daemon-info",
error_info = format!("Error info: {err:#}\n\n")
),
- selectable_text: Some("sudo systemctl enable --now lactd".to_string()),
+ selectable_text: Some("sudo ectl sv reload && sudo ectl sv enable lactd && sudo ectl sv restart lactd".to_string()),
..Default::default()
})));
}