What have you tried:kali Official code
What is the error:Configuring NetHunter for Termux …
/install-nethunter-termux: line 361: chroot/ka
li-arm64/etc/resolv.conf: No such file or direc
tory
What device is this on:Android phone l
What have you tried:kali Official code
What is the error:Configuring NetHunter for Termux …
/install-nethunter-termux: line 361: chroot/ka
li-arm64/etc/resolv.conf: No such file or direc
tory
What device is this on:Android phone l
followed steps to make directory
mkdir chroot
mv kali-arm64/ chroot/
Then it works but I get errors when doing the apt install and apt upgrade
Any help would be great
In termux home, type mkdir chroot
It will make a directory named chroot. Then, open the chroot directory by typing cd chroot. Then, you will enter that chroot named directory. Just type pwd. It will show the path of that chroot directory in your device. Copy the output of command pwd. Then, type cd to come to termux home. Then type
mv kali-arm64 [paste that pwd output you have copied]
Type enter. It will move the kali-arm64 directory to chroot directory.
Type nh -r. Your problem will be solved