当我尝试使用以下命令在 termux 中安装 Kali NetHunter 时:
apt update
apt upgrade
pkg install wget
wget -O install-nethunter-termux https://offs.ec/2MceZWr
chmod +x install-nethunter-termux
./install-nethunter-termux
一切都成功了。但是当我尝试运行它时,出现了一个错误:
proot error: execve("/usr/bin/env"): Function not implemented
proot info: possible causes:
* the program is a script but its interpreter (eg. /bin/sh) was not found;
* the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
* the program is a foreign binary but qemu was not specified;
* qemu does not work correctly (if specified);
* the loader was not found or doesn't work.
fatal error: see `proot --help`.
proot error: can't chmod '/data/data/com.termux/files/usr/tmp/proot-6214-XYtP8t': No such file or directory
哪里出了问题?如何修复?