Update samy.ps1

This commit is contained in:
2025-12-05 17:41:45 -05:00
parent 1842c46b51
commit 9bfb72dec0

View File

@@ -1827,7 +1827,7 @@ function Get-SamyDriverInfFromRepo {
try { try {
Invoke-WebRequest -Uri $url -OutFile $zipPath -UseBasicParsing -ErrorAction Stop Invoke-WebRequest -Uri $url -OutFile $zipPath -UseBasicParsing -ErrorAction Stop
} catch { } catch {
throw "Failed to download driver package from $url: $($_.Exception.Message)" throw "Failed to download driver package from ${url}: $($_.Exception.Message)"
} }
# Extract zip # Extract zip