Update
This commit is contained in:
parent
8b715db7f3
commit
d753bc5bef
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue