You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: