Skip to content

Commit

Permalink
Drop curl completely
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent 8fab92a commit e97d07f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -eu

BINDIR="${PREFIX}/bin"
CURL_OPTS="-s -O"

KUBO_VERSION="${KUBO_VERSION:-v0.26.0}"
KUBO_TARBALL="kubo_${KUBO_VERSION}_linux-arm64.tar.gz"
Expand All @@ -22,7 +21,7 @@ install_wget() {
}

install_ipfs() {
curl "${CURL_OPTS}" "${KUBO_URL}"
wget -o "${KUBO_TARBALL}" "${KUBO_URL}"

tar xf "${KUBO_TARBALL}"
mv kubo/ipfs "${BINDIR}"
Expand Down

0 comments on commit e97d07f

Please sign in to comment.