Skip to content

Commit

Permalink
Update download_binary.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeber authored Jul 18, 2021
1 parent 4c22ca9 commit e88ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dir="https://download.litecoin.org/litecoin-${version}/"
gpg --import thrasher-releases.asc

curl -sko "SHA256SUMS.asc" "$dir/SHA256SUMS.asc"
curl -sko "$archive" "$dir/$archive"
curl -sko "$archive" "$dir/linux/$archive"

gpg --verify SHA256SUMS.asc

Expand Down

0 comments on commit e88ed39

Please sign in to comment.