Skip to content

Commit

Permalink
Fix path for sqlite-tools-win-x64-3450000.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Jan 16, 2024
1 parent cbc6a34 commit 7ce0935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Get-FileFromUri -uri "https://npcap.com/dist/npcap-1.78.exe" -FilePath ".\downlo
Get-FileFromUri -uri "https://1.eu.dl.wireshark.org/win64/Wireshark-4.2.2-x64.exe" -FilePath ".\downloads\wireshark.exe"

# https://www.sqlite.org/download.html - SQLite
Get-FileFromUri -uri "https://sqlite.org/2023/sqlite-tools-win-x64-3450000.zip" -FilePath ".\downloads\sqlite.zip"
Get-FileFromUri -uri "https://sqlite.org/2024/sqlite-tools-win-x64-3450000.zip" -FilePath ".\downloads\sqlite.zip"
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\sqlite.zip" -o"$TOOLS\sqlite" | Out-Null
if (Test-Path -Path $TOOLS\sqlite) {
Remove-Item -Recurse -Force $TOOLS\sqlite | Out-Null 2>&1
Expand Down

0 comments on commit 7ce0935

Please sign in to comment.