Skip to content

Commit

Permalink
setup: suggest, do not enforce.
Browse files Browse the repository at this point in the history
  • Loading branch information
backslashxx committed Mar 17, 2024
1 parent 4677047 commit b301b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
exit 127
fi

grep -q "int path_umount" fs/namespace.c || echo "Make sure to backport path_umount to fs/namespace.c from 5.9! Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#backport-path_umount-from-linux-59"
grep -q "int path_umount" fs/namespace.c || echo "You might want to backport path_umount to fs/namespace.c! Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#backport-path_umount-from-linux-59"

test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/tiann/KernelSU
cd "$GKI_ROOT/KernelSU"
Expand Down

0 comments on commit b301b55

Please sign in to comment.