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 c077bf8 commit 7973b63Copy full SHA for 7973b63
Termux/install-NH
@@ -488,7 +488,7 @@ function update_sources_list() {
488
# 替换为清华镜像源
489
sed -i "s@http://http.kali.org/kali@https://mirrors.tuna.tsinghua.edu.cn/kali@g" "$sources_list"
490
if [ "$wimg" = "nano" ] || [ "$wimg" = "minimal" ]; then
491
- nh sudo apt update && nh sudo apt install -y tightvncserver kali-desktop-xfce
+ nh -r apt update && nh -r apt install -y tightvncserver kali-desktop-xfce
492
fi
493
494
log "SUCCESS" "Kali 软件源已更新为清华镜像"
0 commit comments