ksud: removed banner

This commit is contained in:
Rifat Azad
2025-07-15 03:36:11 +06:00
parent ec7fe6b039
commit d30bb33a9c
6 changed files with 0 additions and 26 deletions
-3
View File
@@ -301,9 +301,6 @@ pub fn install_module(zip: &str) -> Result<()> {
fn inner(zip: &str) -> Result<()> {
ensure_boot_completed()?;
// print banner
println!(include_str!("banner"));
assets::ensure_binaries(false).with_context(|| "Failed to extract assets")?;
// first check if working dir is usable