diff --git a/scripts/key-sign.sh b/scripts/key_sign.sh similarity index 100% rename from scripts/key-sign.sh rename to scripts/key_sign.sh diff --git a/scripts/update-mirrorlist.sh b/scripts/update_mirrorlist.sh similarity index 100% rename from scripts/update-mirrorlist.sh rename to scripts/update_mirrorlist.sh diff --git a/src/main.rs b/src/main.rs index e9dbe25..1f09537 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();