View Issue Details

IDProjectCategoryView StatusLast Update
0008919Kali LinuxKali Websites & Docspublic2024-09-17 12:44
Reporteryashab07 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008919: Doc
Description

I found an issue when installing kali nethunter. The install-nethunter-termux script is looking for a file named kalifs... but that naming convention isn't used in nethunter-images/current/rootfs/ Is there a fix for this?
It is looking for https://kali.download/nethunter-images/current/rootfs/kalifs-arm64-full.tar.gx However the file the script should be looking for is https://kali.download/nethunter-images/current/rootfs/kali-nethunter-rootfs-full-arm64.tar.xz

The document is for the 202402 version of nethunter and when it was merged, this file wasn't updated.
On line 107, if you change this
IMAGE_NAME=kalifs-${SYS_ARCH}-${wimg}.tar.xz
to this
IMAGE_NAME=kali-nethunter-rootfs-${wimg}-${SYS_ARCH}.tar.xz
It will get past that bug.
But if you do that because of sha sum the new error is generated

Activities

yashab07

yashab07

2024-09-17 12:44

reporter   ~0019785

Issue History

Date Modified Username Field Change
2024-09-17 12:43 yashab07 New Issue
2024-09-17 12:44 yashab07 Note Added: 0019785
2024-09-17 12:44 yashab07 File Added: Screenshot_20240917_180947.jpg
2024-09-17 12:44 yashab07 File Added: Screenshot_20240917_144159.jpg