diff --git a/userspace/ksud/src/installer.sh b/userspace/ksud/src/installer.sh index 2ebdddc7..20f60fa5 100644 --- a/userspace/ksud/src/installer.sh +++ b/userspace/ksud/src/installer.sh @@ -1,6 +1,6 @@ #!/system/bin/sh ############################################ -# KernelSU installer script +# KernelSU Next installer script # mostly from module_installer.sh # and util_functions.sh in Magisk ############################################ @@ -369,7 +369,7 @@ install_module() { set_permissions else print_title "$MODNAME" "by $MODAUTH" - print_title "Powered by KernelSU" + print_title "Powered by KernelSU Next" unzip -o "$ZIPFILE" customize.sh -d $MODPATH >&2