Skip to content

Commit

Permalink
Update PowerShell install script to use checksums.txt
Browse files Browse the repository at this point in the history
Fixed checksums.txt filename to match the new naming in sh script.
  • Loading branch information
persalmi committed Apr 1, 2021
1 parent 4dec971 commit 040ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/install.ps1
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 040ef45

Please sign in to comment.