Modified version add full kali linux build for armhf or 32-bit architecture (Skipped select version). the original is deleted and fix vnc command not found
They changed script installer and add more kali linux Rootfs( Full , Minimal , Nano ) , you can see all Rootfs Nethunter kali here
ARMhf/32bit user complained because there was no Full option, so I modified it so that it can be installed on the ARMhf/32 bit arch for the full version
same as the original
1. Download Termux (Do not install in Play store)
You can download it here , then open termux
2. Update/upgrade repo and packages.
apt update && apt upgrade -y
3. Install wget
apt install wget
4. Download the nethunter installer
wget -O install-nethunter-termux https://bit.ly/ajiedev-intkex
Indonesian Version
wget -O install-nethunter-termux bit.ly/ajiedev-intkex-id
5. Make installer executeable
chmod +x install-nethunter-termux
6. Run the installer and done!
./install-nethunter-termux
See original code if interested here