We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please close this if there's already a valid fix that was merged.
Problem is in kalinethunter file
The script is outdated. The paths to the linux is wrong. You need to change the old paths with the new paths. There are 2 old paths.
OLD PATH 1
// problem in script link https://github.com/Hax4us/Nethunter-In-Termux/blob/master/kalinethunter#L83-L83
// New path 1 sources link https://kali.download/nethunter-images/current/rootfs/
Change
URL="https://images.kali.org/nethunter/kalifs-${SETARCH}-${chroot}.tar.xz"
to
URL="https://kali.download/nethunter-images/current/rootfs/<your-ending-path>"
OLD PATH 2
// problem in script link https://github.com/Hax4us/Nethunter-In-Termux/blob/master/kalinethunter#L108-L108
// New path 2 sources link https://kali.download/nethunter-images/current/rootfs/
axel ${EXTRAARGS} --alternate "https://images.kali.org/nethunter/kalifs-${SETARCH}-${chroot}.sha512sum" -o kalifs-${SETARCH}-${chroot}.sha512sum
axel ${EXTRAARGS} --alternate "https://kali.download/nethunter-images/current/rootfs/<your-ending-path>" -o kalifs-${SETARCH}-${chroot}.sha512sum
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please close this if there's already a valid fix that was merged.
Problem is in kalinethunter file
The script is outdated. The paths to the linux is wrong. You need to change the old paths with the new paths. There are 2 old paths.
OLD PATH 1
// problem in script link
https://github.com/Hax4us/Nethunter-In-Termux/blob/master/kalinethunter#L83-L83
// New path 1 sources link
https://kali.download/nethunter-images/current/rootfs/
Change
to
OLD PATH 2
// problem in script link
https://github.com/Hax4us/Nethunter-In-Termux/blob/master/kalinethunter#L108-L108
// New path 2 sources link
https://kali.download/nethunter-images/current/rootfs/
Change
to
The text was updated successfully, but these errors were encountered: