This repository provides a script that facilitates the installation of the RTL8812AU driver for Kali Linux. The RTL8812AU is a USB 3.0 network adapter that supports 802.11ac, necessary for certain WiFi dongles.
- Automated installation of the RTL8812AU driver for Kali Linux.
- Handles dependency resolution and ensures smooth installation.
- Directly fetches the latest version from the repository.
-
Backup: Always recommended to backup any essential data before installing drivers or software that modifies system configurations.
-
Install the Driver: Execute the following command in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/DanDanilyuk/kali_rtl8812au/main/install.sh)"
If you face any issues during or after the installation:
- Check the install logs for any specific error messages.
- Ensure your Kali Linux is up-to-date.
- Visit the GitHub repository issues section and search for similar problems or report a new one.
Contributions to improve the script or expand support are welcome! If you'd like to make this script better or more versatile, please:
- Fork the repository.
- Make your changes.
- Submit a pull request for review.
This script is released under the MIT License. For more details, please refer to the LICENSE
file in the repository.
Special thanks to the original authors and maintainers of the RTL8812AU driver. Gratitude also goes to the community and everyone who contributed to refining this installation process for Kali Linux users.