mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
25 lines
725 B
Markdown
25 lines
725 B
Markdown
# Automated Installation Script
|
|
|
|
## Overview
|
|
|
|
This automated installation script (`install.sh`) simplifies the process of installing the AIC8800D80 WiFi driver on Linux systems.
|
|
|
|
- Automatic Secure Boot detection
|
|
- Dependency installation
|
|
- Driver compilation and installation
|
|
- Automatic module loading on boot
|
|
- Comprehensive error handling
|
|
- Colored output and logging
|
|
- Compatible with Ubuntu, Debian, and derivatives
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Clone the repository and download the script, make the script executable
|
|
git clone https://github.com/shenmintao/aic8800d80.git && cd aic8800d80 && chmod +x install.sh
|
|
|
|
# Run the installation
|
|
./install.sh
|
|
```
|
|
|
|
> For more information, please refer to the [README.md](README.md) file. |