/manuals

A simple script that contains installation guides and commands for Kali Linux Tools!

Primary LanguagePythonMIT LicenseMIT

MIT OS ISSUES DOWNLOADS STAR

manuals

A simple script that contains installation guides and commands for Kali Linux Tools!

Quick Installation

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/

Manuell Installation

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/

LICENSE

MIT Licence

Credits

Thanks to Manisso (https://github.com/Manisso) for the install.sh and update.sh file.