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
source: mass rename KernelSU -> KernelSU-Next
This commit is contained in:
@@ -223,7 +223,7 @@ pub fn uninstall(magiskboot_path: Option<PathBuf>) -> Result<()> {
|
||||
std::fs::remove_dir_all(defs::MODULE_DIR).ok();
|
||||
println!("- Restore boot image..");
|
||||
boot_patch::restore(None, magiskboot_path, true)?;
|
||||
println!("- Uninstall KernelSU manager..");
|
||||
println!("- Uninstall KernelSU-Next manager..");
|
||||
Command::new("pm")
|
||||
.args(["uninstall", "com.rifsxd.ksunext"])
|
||||
.spawn()?;
|
||||
|
||||
Reference in New Issue
Block a user