Skip to content

Commit

Permalink
Ugly hack for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 5, 2023
1 parent 3114402 commit d4dff82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions downloadFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Remove-Item -Recurse -Force .\tmp\downloads\ > $null 2>&1
# Get GitHub password from user input
$GH_USER = Read-Host "Enter GitHub user name"
$GH_PASS = Read-Host "Enter GitHub token" -AsSecureString
$null = $GH_PASS
$null = $GH_USER
.\resources\download\http.ps1
Write-DateLog "Download packages for Git for Windows (bash)."
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa ".\downloads\zstd.zip" -o"$TOOLS" | Out-Null
Expand Down

0 comments on commit d4dff82

Please sign in to comment.