diglos / pi-gen

Tool used to create the raspberrypi.org Raspbian images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geth not upgradable via apt-get because ethereum apt repository missing by default

stoooops opened this issue · comments

Issue:

sudo apt-get update
sudo apt-get upgrade

does not update geth.

Root Cause:
The ethereum Apt Repository is not installed

Resolution (suggested):
Run the following commands and re-create the base image

sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get upgrade