Skip to content

Commit

Permalink
Suppress curl noise
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent 8e0b4d3 commit e646bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GO_MA_ACTOR_URL="https://github.com/bahner/go-ma-actor/releases/download/${GO_MA
### IPFS

# Fetch
curl "${KUBO_URL}" -o "${KUBO_TARBALL}"
curl -s "${KUBO_URL}" -o "${KUBO_TARBALL}"

# Install
tar xf "${KUBO_TARBALL}"
Expand Down

0 comments on commit e646bda

Please sign in to comment.