EOA-Blockchain-Labs / ethereumonarm

Tools and scripts to build images that turn ARM devices into ful Ethereum nodes
GNU General Public License v3.0
143 stars 35 forks source link

kubo (ipfs) not getting installed by default with ethonarm_rock5b_22.12.00.img.zip #53

Open lambo4jos opened 1 year ago

lambo4jos commented 1 year ago

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