Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 45ee5f4

Browse files
committed
Change some references to AnyKernel3
1 parent 1c3e197 commit 45ee5f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

app/src/main/java/com/fox2code/mmm/installer/InstallerActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ private void doInstall(File file, boolean noExtensions, boolean rootless) {
355355
}
356356
String installCommand;
357357
File installExecutable;
358-
if (anyKernel3 && moduleId == null) { // AnyKernel modules don't have a moduleId
358+
if (anyKernel3 && moduleId == null) { // AnyKernel zip don't have a moduleId
359359
this.warnReboot = true; // We should probably re-flash magisk...
360-
installExecutable = this.extractInstallScript("module_installer_anykernel3.sh");
360+
installExecutable = this.extractInstallScript("anykernel3_installer.sh");
361361
if (installExecutable == null) {
362362
this.setInstallStateFinished(false,
363363
"! Failed to extract AnyKernel3 install script", null);

0 commit comments

Comments
 (0)