From c394a85f49450ae4ff1af1309e5f250f62d27a24 Mon Sep 17 00:00:00 2001 From: EdinsonMoreno Date: Sun, 10 May 2026 12:32:20 -0500 Subject: [PATCH] docs: add community automated installer as alternative install method --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0b1db60..3feec58 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,23 @@ sudo make uninstall_fw Once you got the driver & firmware installed, reboot to see changes. +> [!TIP] +> ### Automated installation +> +> Community installer that handles the entire process automatically (distro detection, dependencies, compilation, blacklisting, DKMS, initramfs): +> +> ```bash +> curl -sSL https://raw.githubusercontent.com/EdinsonMoreno/mt7902-linux-installer/main/install.sh | sudo bash +> ``` +> +> Also includes automated uninstall: +> ```bash +> curl -sSL https://raw.githubusercontent.com/EdinsonMoreno/mt7902-linux-installer/main/uninstall.sh | sudo bash +> ``` +> +> Supports Fedora, RHEL, Ubuntu/Debian, Arch Linux. +> Full repo: [EdinsonMoreno/mt7902-linux-installer](https://github.com/EdinsonMoreno/mt7902-linux-installer) + ## Feedback If you have any issue using this driver, please provide feedback in this [Discord group](https://discord.gg/JGhjAxEFhz).