File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ BASE_URL=https://kali.download/nethunter-images/current/rootfs
5
5
USERNAME=kali
6
6
# https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-rootless/raw/main/install-nethunter-termux 原版连链接
7
7
8
+ # sed -i 's/\r$//' install-NH
9
+
8
10
log () {
9
11
current_time=$( date +' %H:%M:%S' )
10
12
case " $1 " in
@@ -378,6 +380,7 @@ function create_kex_launcher() {
378
380
#!/bin/bash
379
381
380
382
function start-kex() {
383
+ export LANG=zh_CN.UTF-8
381
384
export FONTCONFIG_PATH=/etc/fonts
382
385
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
383
386
if [ ! -f ~/.vnc/passwd ]; then
@@ -536,10 +539,10 @@ function print_banner() {
536
539
printf " ${blue} ## ##${reset} \n"
537
540
printf " ${blue} #### ############# NetHunter ####################${reset} \n"
538
541
printf " ${blue} #### ############ (网络猎人) ####################${reset} \n"
539
- printf " ${blue} 脚本优化: 东经雨 6.1 ${reset} \n"
542
+ printf " ${blue} 脚本优化: 东经雨 6.2 ${reset} \n"
540
543
printf " ${yellow} 技术支持: ChatGPT, Claude, DeepSeek${reset} \n"
541
544
printf " 使用则代表同意协议:\n"
542
- printf " 作者已经脚本参与者不承担因脚本引发的任何法律问题,均由使用者自行承担 \n\n"
545
+ printf " 本脚本作者不承担因脚本引发的任何法律问题,一切均由使用者自行承担 \n\n"
543
546
}
544
547
545
548
function main() {
You can’t perform that action at this time.
0 commit comments