From a17ef5634f93495bb994aa3a0d78dc82b65bdcd1 Mon Sep 17 00:00:00 2001 From: Rifat Azad Date: Sat, 21 Dec 2024 02:07:51 +0600 Subject: [PATCH] setup: rename KernelSU -> KernelSU-Next --- kernel/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/setup.sh b/kernel/setup.sh index 0242211f..95845198 100755 --- a/kernel/setup.sh +++ b/kernel/setup.sh @@ -6,9 +6,9 @@ GKI_ROOT=$(pwd) display_usage() { echo "Usage: $0 [--cleanup | ]" echo " --cleanup: Cleans up previous modifications made by the script." - echo " : Sets up or updates the KernelSU to specified tag or commit." + echo " : Sets up or updates the KernelSU-Next to specified tag or commit." echo " -h, --help: Displays this usage information." - echo " (no args): Sets up or updates the KernelSU environment to the latest tagged version." + echo " (no args): Sets up or updates the KernelSU-Next environment to the latest tagged version." } initialize_variables() {