Custom Kali installation based on the minimal file-system of the official nethunter repositories from Offensive Security, in termux with a rooted device.
More functions were added than in the script provided by offensive security and I will add more when the time comes.
apt update && apt install wget -y
wget -O install_kali https://git.io/JUnAD
chmod +x install_kali
./install_kali