fn main() { if let Err(e) = tforgione_installer::main() { eprintln!("installer crashed: {}", e); std::process::exit(1); } }