When installing the kernel I get an error referring to the fact that I cannot find ramdisk when I have a previously installed stock kernel but having a kernel patched with magisk, the zip is installed without problems. Another thing, maybe it would be a good idea to include a script with the following code to easily compress the zip without having to open the terminal
a file called make.sh
with the following code
#! / bin / bash
zip -r9 UPDATE-AnyKernel3.zip * -x .git README.md * placeholder * make.sh
When installing the kernel I get an error referring to the fact that I cannot find ramdisk when I have a previously installed stock kernel but having a kernel patched with magisk, the zip is installed without problems. Another thing, maybe it would be a good idea to include a script with the following code to easily compress the zip without having to open the terminal
a file called make.sh
with the following code
#! / bin / bash
zip -r9 UPDATE-AnyKernel3.zip * -x .git README.md * placeholder * make.sh