Update
This commit is contained in:
parent
1549a48c3f
commit
871736db3b
|
@ -134,7 +134,7 @@ fn main() {
|
|||
std::thread::spawn({
|
||||
let mut b = b.clone();
|
||||
move || {
|
||||
let cmd = "/usr/bin/konsole --noclose --separate -e /bin/sh -c /usr/share/melawy-linux-welcome/scripts/update-mirrorlist.sh";
|
||||
let cmd = "/usr/bin/konsole --noclose --separate -e /bin/sh -c /usr/share/melawy-linux-welcome/scripts/update_mirrorlist.sh";
|
||||
let _ = run_cmd(cmd, None);
|
||||
|
||||
b.activate();
|
||||
|
@ -149,7 +149,7 @@ fn main() {
|
|||
std::thread::spawn({
|
||||
let mut b = b.clone();
|
||||
move || {
|
||||
let cmd = "/usr/bin/konsole --noclose --separate -e /bin/sh -c /usr/share/melawy-linux-welcome/scripts/key-sign.sh";
|
||||
let cmd = "/usr/bin/konsole --noclose --separate -e /bin/sh -c /usr/share/melawy-linux-welcome/scripts/key_sign.sh";
|
||||
let _ = run_cmd(cmd, None);
|
||||
|
||||
b.activate();
|
||||
|
|
Loading…
Reference in New Issue