Rootless édition in Termux

What have you tried: installing rootless édition in Termux with the script from official websie NetHunter Rootless | Kali Linux Documentation

What is the error:

############# NetHunter

[*] Checking device architecture …

[1] NetHunter ARM64 (full)
[2] NetHunter ARM64 (minimal)
[3] NetHunter ARM64 (nano)
Enter the image you want to install: 1

[] Checking package dependencies…
proot is OK
tar is OK
axel is OK
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[
] Downloading rootfs…

–2025-05-09 11:46:19-- https://image-nethunter.kali.org/nethunter-fs/kali-daily/kali-nethunter-daily-dev-rootfs-full-arm64.tar.xz
..
HTTP request sent, awaiting response… 404 Not Found
2025-05-09 11:46:19 ERROR 404: Not Found.

What device is this on: Samsung Galaxy s25

The Kali daily is missing, last updated 9 days ago.

The weekly is available at: https://image-nethunter.kali.org/nethunter-fs/kali-weekly/kali-nethunter-2025.W18-rolling-rootfs-full-amd64.tar.xz

So you could edit the script and change:

BASE_URL=hps://image-nethunter.kali.org/nethunter-fs/kali-daily
to:
BASE_URL=h
ps://image-nethunter.kali.org/nethunter-fs/kali-weekly

Note: the hps in the BASE_URL should be replaced with https.

Thanks you, but now I’got this error :

BASE_URL=hps://image-nethunter.kali.org/nethunter-fs/kali-weekly/kali-nethunter-daily-dev-rootfs-full-arm64.tar.xz: Scheme missing

I removed the tt from the https because the forum on here was displaying it as a link not the full URL.

In BASE_URL, change hps to https and it will work.

Already changed but still give me the same error

BASE_URL=https://image-nethunter.kali.org/nethunter-fs/kali-weekly/kali-nethunter-2025.W18-rolling-rootfs-full-arm64.tar.xz: Scheme missing.

You need to update the base url and the image name, because the image name refers to the daily image too.

Make sure the BASE_URL is h ttps://image-nethunter.kali.org/nethunter-fs/kali-weekly

And the image name is: IMAGE_NAME=kali-nethunter-weekly-dev-rootfs-${wimg}-${SYS_ARCH}.tar.xz

That’s Ok now. There was a typo, now it’s fixed. Than you very much

1 Like