Skip to content

Commit

Permalink
script: Fix typo
Browse files Browse the repository at this point in the history
Change "enable" -> "enabled"

Signed-off-by: SakuraKyuo <[email protected]>
  • Loading branch information
SakuraKyuo committed Aug 4, 2024
1 parent d50fa6f commit 128c87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/boot_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
if [ ! $(sh extract-ikconfig kernel | grep CONFIG_KALLSYMS=y) ]; then
echo "- Patcher has Aborted!"
echo "- APatch requires CONFIG_KALLSYMS to be Enabled."
echo "- But your kernel seems NOT enable it."
echo "- But your kernel seems NOT enabled it."
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/InstallAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ui_printfile() {
function kernelFlagsErr(){
ui_print "- Installation has Aborted!"
ui_print "- APatch requires CONFIG_KALLSYMS to be Enabled."
ui_print "- But your kernel seems NOT enable it."
ui_print "- But your kernel seems NOT enabled it."
exit
}

Expand Down

0 comments on commit 128c87c

Please sign in to comment.