This commit is contained in:
Valeria Fadeeva 2025-01-30 13:19:34 +05:00
parent 8b715db7f3
commit d753bc5bef
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ fn main() {
std::thread::spawn({
let mut b = b.clone();
move || {
let cmd = "sudo arch-linux-updater";
let cmd = "sudo melawy-linux-updater";
let _ = run_cmd(cmd, None);
b.activate();