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
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 repoWhen running the
Makefile
in theethereumonarm/fpm-package-builder/kubo/
, it createskubo_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 repoNot sure where in the image installation that kubo fails to install and setup the
ipfs.conf
andipfs.service