You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ksud: removed banner
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
_ __ _ ____ _ _
|
||||
| |/ /___ _ __ _ __ ___| / ___|| | | |
|
||||
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
|
||||
| . \ __/ | | | | | __/ |___) | |_| |
|
||||
|_|\_\___|_| |_| |_|\___|_|____/ \___/
|
||||
| \ | | _____ _| |_
|
||||
| \| |/ _ \ \/ / __|
|
||||
| |\ | __/> <| |_
|
||||
|_| \_|\___/_/\_\\__|
|
||||
@@ -482,7 +482,6 @@ fn do_patch(
|
||||
magiskboot_path: Option<PathBuf>,
|
||||
kmi: Option<String>,
|
||||
) -> Result<()> {
|
||||
println!(include_str!("banner"));
|
||||
|
||||
let patch_file = image.is_some();
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
_ __ _ ____ _ _
|
||||
| |/ /___ _ __ _ __ ___| / ___|| | | |
|
||||
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
|
||||
| . \ __/ | | | | | __/ |___) | |_| |
|
||||
|_|\_\___|_| |_| |_|\___|_|____/ \___/
|
||||
| \ | | _____ _| |_
|
||||
| \| |/ _ \ \/ / __|
|
||||
| |\ | __/> <| |_
|
||||
|_| \_|\___/_/\_\\__|
|
||||
@@ -482,7 +482,6 @@ fn do_patch(
|
||||
magiskboot_path: Option<PathBuf>,
|
||||
kmi: Option<String>,
|
||||
) -> Result<()> {
|
||||
println!(include_str!("banner"));
|
||||
|
||||
let patch_file = image.is_some();
|
||||
|
||||
|
||||
@@ -324,9 +324,6 @@ fn create_module_image(image: &str, image_size: u64) -> Result<()> {
|
||||
fn _install_module(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 workding dir is usable
|
||||
|
||||
Reference in New Issue
Block a user