Skip to content

Commit

Permalink
Fix install.sh verify_checksum
Browse files Browse the repository at this point in the history
File name not correct
  • Loading branch information
Глазов Николай committed Jan 13, 2025
1 parent 1ba0574 commit 64e2fd2
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 64e2fd2

Please sign in to comment.