Skip to content

Commit faedd86

Browse files
authored
Fix echo statements for ksu hooks and defconfig
1 parent 4101542 commit faedd86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ksu_next_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ else
7979
setup_kernelsu "$@"
8080
fi
8181

82-
echo "Done, now apply the ksu hooks from root/patches/ksu_next_hooks/* while being in the kernel root directory"
83-
echo "Add `CONFIG_KSU` to the defconfig"
82+
echo "Done, now apply the ksu hooks from root/patches/ksu_next_hooks/ while being in the kernel root directory"
83+
echo "Add CONFIG_KSU to the defconfig"

0 commit comments

Comments
 (0)