www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

github_install_ipfs.sh (218B)


      1 #!/usr/bin/env bash
      2 
      3 set -euET -o pipefail
      4 
      5 cd /tmp
      6 wget https://dist.ipfs.tech/kubo/v0.19.1/kubo_v0.19.1_linux-amd64.tar.gz
      7 tar -zxf kubo_v0.19.1_linux-amd64.tar.gz
      8 PATH="/tmp/kubo:$PATH" ipfs init --profile=lowpower