This commit is contained in:
Luk Lu
2023-01-01 20:23:37 +08:00
parent c249423236
commit e99070b9c0
3 changed files with 19 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ else
fi
fi
curl https://dist.ipfs.tech/kubo/v$VERSION/kubo_$VERSION_linux-amd64.tar.gz -o kubo.tgz
tar xzf kubo.tgz
curl https://dist.ipfs.tech/kubo/v$VERSION/kubo_v$VERSION_linux-amd64.tar.gz -o kubo_v$VERSION.tgz
tar xzf kubo_v$VERSION.tgz
## install ./kubo/ipfs to /usr/local/bin/ipfs
cd kubo && sudo bash install.sh