ethereumonarm
ethereumonarm copied to clipboard
kubo (ipfs) not getting installed by default with ethonarm_rock5b_22.12.00.img.zip
After writing the image to disk and launching the system (rock5b), ipfs/kubo is not found on the system.
However, running:
sudo apt update && sudo apt install kubo
does install kubo/ipfs version 0.14.0 from the repo
When running the Makefile
in the ethereumonarm/fpm-package-builder/kubo/
, it creates kubo_0.18.1-0_arm64.deb
in ../packages/
which is a much newer version than what is installed when manually updating and installing from the repo
Not sure where in the image installation that kubo fails to install and setup the ipfs.conf
and ipfs.service