From 52e968e7651ae370dfe2e9a74e9bb069b2ab8df9 Mon Sep 17 00:00:00 2001 From: Shen Mintao Date: Fri, 8 May 2026 17:01:02 +0800 Subject: [PATCH] fix: add -b bluetooth to git clone command in INSTALL_SCRIPT.md Closes #48 Co-Authored-By: Claude Opus 4.6 (1M context) --- INSTALL_SCRIPT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL_SCRIPT.md b/INSTALL_SCRIPT.md index 9eda17c..e4cddad 100644 --- a/INSTALL_SCRIPT.md +++ b/INSTALL_SCRIPT.md @@ -16,7 +16,7 @@ This automated installation script (`install.sh`) simplifies the process of inst ```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 +git clone -b bluetooth https://github.com/shenmintao/aic8800d80.git && cd aic8800d80 && chmod +x install.sh # Run the installation sudo ./install.sh