Update samy.ps1
This commit is contained in:
2
samy.ps1
2
samy.ps1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user