We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7973b63 commit 8ea5eb7Copy full SHA for 8ea5eb7
Termux/install-NH
@@ -487,11 +487,11 @@ function update_sources_list() {
487
488
# 替换为清华镜像源
489
sed -i "s@http://http.kali.org/kali@https://mirrors.tuna.tsinghua.edu.cn/kali@g" "$sources_list"
490
+ log "SUCCESS" "Kali 软件源已更新为清华镜像"
491
if [ "$wimg" = "nano" ] || [ "$wimg" = "minimal" ]; then
492
+ log "INFO" "当前非完整版,正在安装kex服务"
493
nh -r apt update && nh -r apt install -y tightvncserver kali-desktop-xfce
494
fi
-
- log "SUCCESS" "Kali 软件源已更新为清华镜像"
495
else
496
log "WARN" "未找到 Kali sources.list 文件"
497
0 commit comments