Skip to content

Commit

Permalink
Merge pull request #94 from nigredon1991/main
Browse files Browse the repository at this point in the history
Fix install.sh verify_checksum
  • Loading branch information
chaqchase authored Jan 13, 2025
2 parents 1ba0574 + 64e2fd2 commit 0a95e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ verify_checksum() {
curl -L "$CHECKSUM_URL" -o "${TMP_DIR}/SHA256SUMS"

cd "$TMP_DIR"
mkdir "${PLATFORM}"
cp lla "${PLATFORM}/${PLATFORM}"
if ! sha256sum -c --ignore-missing SHA256SUMS; then
print_error "Checksum verification failed"
cd - > /dev/null
Expand Down

0 comments on commit 0a95e61

Please sign in to comment.