A simple script that contains installation guides and commands for Kali Linux Tools!
You need to run as root!
In the teminal type: su
and enter your password before installation
git clone https://github.com/GnussonNet/manuals.git && cd manuals/updater && chmod +x install.sh && ./install.sh && cd .. && cd .. && rm -R manuals/
git clone https://github.com/GnussonNet/manuals.git
cd manuals/updater
chmod +x install.sh
./install.sh
optionally delete the unnecessary manuals folder where you cloned it
cd diretory/where/you/cloned
rm -R manuals/
Thanks to Manisso (https://github.com/Manisso) for the install.sh and update.sh file.