i am getting error like this touch: cannot touch ‘kali-arm64/root/.version’: No such file or directory what should i do?.
You could try creating the file yourself?
No i dont know create file.
Usually the touch command is used to create an empty file but touch is not working. Luckily in Linux there is always more than one way to skin a cat.
Try:
sudo echo ‘’ >> kali-arm64/root/.version
i am using termux BRO.
So? It should still have echo. It should have touch as well but doesn’t. Is your termux install complete?
it says are you rooted.
OK.
Are you rooted??
How are you trying to install nethunter, rootless on top of general Android?
You have to create a folder before you can install nethunter, otherwise you don’t have write permissions in the default environment.
Once you have downloaded the kali-arm files, create a new chroot and move the files to it;
mkdir chroot
mv kali-arm/ chroot/
then run the installer again.
You have “write permissions” in the target directory.
The path is correct (e.g.,kali-arm64
is in the current working directory). Verify with:
" ls kali-arm64/
Ifkali-arm64
is supposed to be created by another tool (likedebootstrap
), ensure that tool ran successfully.