Macro install_system
Source macro_rules! install_system {
() => { ... };
}
Expand description
Create a new Spec for a system wide installation
ยงExample
install_system!()
.current_exe()?
.service_name("cli")
.on_boot()
.prepare_install()?
.install()?;