From 3db7fbc75ed992eb850bea33bd9530fe0e865d40 Mon Sep 17 00:00:00 2001 From: agessaman Date: Fri, 17 Oct 2025 21:03:32 -0700 Subject: [PATCH] add ble_scan_helper download --- install_fixed.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_fixed.ps1 b/install_fixed.ps1 index 01f6b03..09be704 100644 --- a/install_fixed.ps1 +++ b/install_fixed.ps1 @@ -108,7 +108,7 @@ function Start-Installation { $baseUrl = "https://raw.githubusercontent.com/$Repo/$Branch" # Download files - $files = @("packet_capture.py", "auth_token.py", "enums.py", "ble_pairing_helper.py", "requirements.txt") + $files = @("packet_capture.py", "auth_token.py", "enums.py", "ble_pairing_helper.py", "ble_scan_helper.py", "requirements.txt") foreach ($file in $files) { Write-Host "INFO: Downloading $file..." -ForegroundColor Blue