-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in starting Kali nethunter #437
Comments
Here too |
!!! I USED THE OFFICIAL INSTALLER SCRIPT (https://www.kali.org/docs/nethunter/nethunter-rootless/) !!! Okay, this is indeed an error from their script (Kali Nethunter Official). If it's not, then what else? So they changed the directory of the Nethunter into the "chroot" folder (because previously the directory was in HOME) and at first it was safe, but I don't know why now it's like that (I don't know what they changed). So the solution (for now) is to "slightly" edit the installer script (install-nethunter-termux):
Hope this helps :) |
!!! I USED THE OFFICIAL INSTALLER SCRIPT (https://www.kali.org/docs/nethunter/nethunter-rootless/) !!! Okay, this is indeed an error from their script (Kali Nethunter Official). If it's not, then what else? So they changed the directory of the Nethunter into the "chroot" folder (because previously the directory was in HOME) and at first it was safe, but I don't know why now it's like that (I don't know what they changed). So the solution (for now) is to "slightly" edit the installer script (install-nethunter-termux):
Hope this helps :) |
Here's how I fixed it: Seriously, just make use mkdir to "mkdir chroot" then "mv kali-arm 64 chroot" before running the install-nethunter-termux again. Remember to keep typing n when asked |
I install kalinethunter rootless 64arm full package but after running command nethunter I am facing this issue
touch: cannot touch 'chroot/kali-arm64/root/.version': No such file or directory
~
The text was updated successfully, but these errors were encountered: