Skip to content

Commit

Permalink
This update modifies celestia-node.sh to use curl instead of wget as …
Browse files Browse the repository at this point in the history
…curl is installed by default on new macs
  • Loading branch information
lukecd committed Nov 28, 2024
1 parent 51dfbf3 commit df6b6ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/celestia-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ if ! curl -L "$URL" -o "celestia-node_$PLATFORM.tar.gz" >> "$LOGFILE" 2>&1; then
exit 1
fi


# Detect if running on macOS and use appropriate command for checksum
if [ "$OS" = "Darwin" ]; then
CALCULATED_CHECKSUM=$(shasum -a 256 "celestia-node_$PLATFORM.tar.gz" | awk '{print $1}')
Expand Down

0 comments on commit df6b6ac

Please sign in to comment.