mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-31 19:07:42 +00:00
bb2bd1e707
- Use curl with -fSL flags for fail-fast behavior and proper redirects - Check curl exit code immediately after download - Replace piped echo with temporary file for sha256sum verification - Use sha256sum -c --status for cleaner verification - Add detailed error logging with expected checksum - Clean up temp file and binary on any failure - Exit 1 immediately on download or verification failure