From 64f99d23e38a377fedbc3bacfd7d258333592b6b Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Fri, 26 Oct 2018 18:54:04 -0300 Subject: [PATCH] para ubuntu agregamos el repo multiverse --- bin/installbfa.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/installbfa.sh b/bin/installbfa.sh index 17ff00e..1a28d63 100755 --- a/bin/installbfa.sh +++ b/bin/installbfa.sh @@ -120,8 +120,7 @@ function gethinstall # cd ${NEW}/go-ethereum info Compiling geth - make all && - echo Ignore that last line, if it tells you to run geth now. + make all mkdir -p ~bfa/bin cp -vp ${NEW}/go-ethereum/build/bin/{geth,bootnode,abigen,ethkey,puppeth,rlpdump,wnode,swarm,swarm-smoke} ~bfa/bin/ chown -R bfa:bfa ~bfa @@ -181,6 +180,9 @@ function welcome } +# Ubuntu necesita mas repos +grep -q Ubuntu /etc/issue && apt-add-repository multiverse +apt update # development tools aptinstall dirmngr apt-transport-https curl git curl build-essential sudo aptinstall jq libjson-perl libwww-perl -- GitLab