|
|
@ -347,7 +347,7 @@ public class InstallerActivity extends CompatActivity {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String installCommand;
|
|
|
|
String installCommand;
|
|
|
|
File installExecutable;
|
|
|
|
File installExecutable;
|
|
|
|
if (anyKernel) {
|
|
|
|
if (anyKernel && moduleId == null) { // AnyKernel modules don't have a moduleId
|
|
|
|
if (!anyKernelSystemLess) {
|
|
|
|
if (!anyKernelSystemLess) {
|
|
|
|
this.setInstallStateFinished(false,
|
|
|
|
this.setInstallStateFinished(false,
|
|
|
|
"! This AnyKernel module only support recovery install", null);
|
|
|
|
"! This AnyKernel module only support recovery install", null);
|
|
|
|