Fix launch Issue related to Calamares start (#18)
This commit is contained in:
parent
35a406eb25
commit
bc77e00bb2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fn main() {
|
||||||
let _ = open::that(url.as_str());
|
let _ = open::that(url.as_str());
|
||||||
});
|
});
|
||||||
appwindow.global::<Globals>().on_startInstaller(move || {
|
appwindow.global::<Globals>().on_startInstaller(move || {
|
||||||
let _ = Command::new("sudo").arg("-E").arg("calamares").spawn();
|
let _ = Command::new("sudo").arg("-E").arg("/etc/calamares/launch.sh").spawn();
|
||||||
});
|
});
|
||||||
let _ = appwindow.run();
|
let _ = appwindow.run();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue