Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent 3e62b41 commit 5d970cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

cd || exit

export PATH="${PATH}:.local/.bin"
export PATH="${PATH}:.local/bin"

KUBO_VERSION="${KUBO_VERSION:-v0.26.0}"
KUBO_TARBALL="kubo_${KUBO_VERSION}_linux-arm64.tar.gz"
KUBO_URL="https://dist.ipfs.tech/kubo/${KUBO_VERSION}/${KUBO_TARBALL}"

GO_MA_ACTOR_VERSION="${GO_MA_ACTOR_VERSION:-v0.2.3}"
GO_MA_ACTOR="go-ma-actor-android-arm64"
GO_MA_ACTOR_URL=i"https://github.com/bahner/go-ma-actor/releases/download/${GO_MA_ACTOR_VERSION}/${GO_MA_ACTOR}.xz"
GO_MA_ACTOR_URL="https://github.com/bahner/go-ma-actor/releases/download/${GO_MA_ACTOR_VERSION}/${GO_MA_ACTOR}.xz"
pkg up

### IPFS
Expand Down

0 comments on commit 5d970cb

Please sign in to comment.