Skip to content

Commit

Permalink
Merge pull request twpayne#1125 from persalmi/patch-2
Browse files Browse the repository at this point in the history
Update PowerShell install script to use checksums.txt
  • Loading branch information
zb140 committed Apr 1, 2021
2 parents 4dec971 + 040ef45 commit 14a1751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function Install-Chezmoi {
Fetch-FileFromWeb $tarball_url $tmp_tarball

# download checksums
$checksums = "chezmoi_$($version)_checksums.txt"
$checksums = "checksums.txt"
$checksums_url = "$($github_download)/$($real_tag)/$($checksums)"

$tmp_checksums = (Join-Path $tempdir $checksums)
Expand Down

0 comments on commit 14a1751

Please sign in to comment.