使用编辑器打开安装脚本(按照官方文档的话应该是 napcat.termux.sh),在第 12 行的开头加上 bash -c ,变成 bash -c "$1" ,保存,再次运行,正常。
napcat.termux.sh
bash -c
bash -c "$1"